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

How to convert to .pb? #50

Open Sequential-circuits opened 4 years ago

Sequential-circuits commented 4 years ago

It says it can ". Convert YOLO v4, YOLOv3, YOLO tiny .weights to .pb," but has no example anywhere

vinorth-v commented 4 years ago

I am also interested in knowing if there in an optimised converter that converts darknet weight to TensorFlow models (.pb and/or .ckpt) for YOLO v4 ?

I saw this one: https://github.com/jinyu121/DW2TF Is there any better one for yolo v3 and/or v4 models?

karanpatel1993 commented 4 years ago

any updates regarding how to convert darknet weights to pb?

Tianwen-AI commented 3 years ago

the result of train is checkpoint?how to convert to .pb?the saved_model.py is not right?