TNTWEN / OpenVINO-YOLOV4

This is implementation of YOLOv4,YOLOv4-relu,YOLOv4-tiny,YOLOv4-tiny-3l,Scaled-YOLOv4 and INT8 Quantization in OpenVINO2021.3
MIT License
238 stars 66 forks source link

yolov4 #33

Closed Viki-researcher closed 3 years ago

Viki-researcher commented 3 years ago

can transform yolov4 weight to pb?

TNTWEN commented 3 years ago

https://github.com/TNTWEN/OpenVINO-YOLOV4/blob/master/convert_weights_pb.py already converts .weights to .pb And you can refer to https://github.com/mystic123/tensorflow-yolo-v3 to inference .pb by tensorflow1.x