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

nan when converting to tflite #324

Open GREAT0 opened 3 years ago

GREAT0 commented 3 years ago

Please @hunglc007 After converting to tensorflow, no bounding box is draw, no detection as such both on pretrained weight and on my custom weight.

Secondly, guide me on how to convert to tflite. When I run the required code, I get nan values. I have tried many things but all to no avail.

The output on running convert_tflite is shown below

Thank you Capture