Prateek Gupta
Prateek Gupta
Hi, I am using Windows 10 and Python 3.7. When I run the example file I am getting following error:- `'festival' is not recognized as an internal or external command,...
Hi, I am trying to convert my custom YOLOv4 weights to TF using below command- `python save_model.py --weights ./data/yolo-obj_best.weights --output ./checkpoints/yolov4-704 --input_size 704 --model yolov4` But getting below error- `...
Hi, Is there any formula to decide max_iter value? I have total 1300 training +1300 validation images and I have given max_iter values as 55000. Is it right? Please share...
* django-ai version:0.0.2.1 * Django version:2.0.10 * Python version:3.6 * Operating System:Windows 10 ### Description I have created a Django project and then trying to integrate django-ai with it by...
### Describe the bug I am trying to install the required libraries in a kaggle notebook: - !pip install super-gradients==3.1.0 - !pip install imutils - !pip install roboflow - !pip...
Hi, I am trying to use liveness detection with anti-spoofing attacks. So is there any support for printed/replay attacks?
Hi, After uploading a PDF, I am able to see the screen below-  But it is showing error while returning a response like below- `Traceback (most recent call last):...
Hi, I am facing a new error now while trying to run the alpaca fine-tuning notebook in kaggle-  Complete logs are attached- [logs_kaggle.txt](https://github.com/unslothai/unsloth/files/14446951/logs_kaggle.txt)
Hi, I am trying to run Alpaca + Gemma 7b full example.ipynb in Kaggle environment and getting following error-  while running the below code-  Installed libraries versions are:...
Hi, I am trying to utilize android-demo-app/ObjectDetection/app/src/main/java/org/pytorch/demo/objectdetection/PrePostProcessor.java but with YOLOv7 model instead of YOLOv5. Can anybody please tell me what should be the value here instead of 25200 for YOLOv7...