hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

Lesser Detections on TFLite #208

Open get2abhi opened 3 years ago

get2abhi commented 3 years ago

image

Only 5 objects are detected but should have been atleast 15 detections as shown in Readme for Int8

Using yolov4-416-fp32.tflite

wintoncape commented 3 years ago

Have you tried to decrease the MINIMUM_CONFIDENCE_TF_OD_API ?