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

Is there any way to convert "yolov4-tiny-3l.weights"? #243

Open pskimdev opened 3 years ago

pskimdev commented 3 years ago

Hi, guys. I used to detect objects with "yolov4.tflite(608x608)" on Android, but it was very slow. So I tried to convert and use "yolov4-tiny-3l.tflite(608x608, for small object)" and I got problems about detection results. There are no detection results with "yolov4-tiny-3l.tflite" on Android. (Before conversion, I checked the detection results of "yolov4-tiny-3l.weights" on windows 10)

I think that the conversion code is not for "yolov4-tiny-3l.weights". Is there any way to convert "yolov4-tiny-3l.weights" to ".pb" and "tflite" files? Please help me and give some tips. Thanks.

jaweii commented 3 years ago

I'm facing the same problem, have you solved it?