gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

Hi, how to tranform the weights file into ckpt file? #24

Closed zh0ngtian closed 7 years ago

zh0ngtian commented 7 years ago

Good morning! I have trained my own model with the darknet framework from the official web and I get the .weights file as the result. I want to know how to tranform the .weights file into .ckpt file and to use your program to detect pictures. Thanks a lot!