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

Converting yolov4 weight file to pb file using tensorflow1.15 #416

Open abhi-84 opened 2 years ago

abhi-84 commented 2 years ago

Hi all How to convert yolov4 weights developed using tensorflor1.15 in saved_model.pb file. Using this conversion mechanism, conversion is done but wont to cause issues since the existing implementation uses Tensorflow2.2, and my intention is to maintain usage of tensorflow1.15. I could not find a method to convert darknet weights to pb file successfully. Can someone guide please