mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
890 stars 353 forks source link

How to convert the '.cfg' file to 'meta' file? #76

Open Lee-JeongMin opened 5 years ago

Lee-JeongMin commented 5 years ago

Thank you for your code. I have 'yolov3.cfg' and 'yolov3_10000.weights' And I want to convert 'yolov3.cfg' and 'yolov3_10000.weights' to 'yolov3.meta' and 'frozen_darknet_yolov3_model.pb' So I got the 'frozen_darknet_yolov3_model.pb' file BUT, I CAN'T GET THE 'yolov3.meta' file. How to convert the '.cfg' file to 'meta' file?