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.24k stars 1.24k forks source link

yolo v4 -tiny weights conversion to .pb #477

Open sathyanarayanmc opened 1 year ago

sathyanarayanmc commented 1 year ago

i trained model using YOLO -V 4-tiny and i am not able convert this weight file to .Pb,i used tensor flow version 2.3.0, i try with some git hub links but, if we trained it on tensor flow -1.x we can convert, but not compatible for 2.x ..so help me on that...

link that i tried-- https://github.com/TNTWEN/OpenVINO-YOLOV4.git

Vxtzq commented 1 year ago

I have same error with tensorflow 2.3.0, even if sometimes, the conversion works, the .tflite or .pb model don't output any results have you found any solution?