Md Arfinul Haque

Results 3 comments of Md Arfinul Haque

after converting a customized(not coco) yolov3-tiny into .tflite format i executed the command below python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./checkpoints/yolov4-416-int8.tflite --quantize_mode int8 --dataset ./coco_dataset/coco/val207.txt ./checkpoints/yolov4-416 ---> this is not coco...

How much epoch value i should use? 1 epoch is taking 2 hours approx. My machine has 8 gb ram

I was getting same error. Got resolved, when when installed "ffmpeg". Before it was not installed. After installing, also set "ffmpeg" in the path environment.