gliese581gg / YOLO_tensorflow

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

.weights -> .ckpt format not working #49

Open prateethvnayak opened 5 years ago

prateethvnayak commented 5 years ago

I followed the weight_extractor doc for converting yolov2-tiny.cfg and yolov2-tiny.weights using the following command

./darknet yolo test cfg/yolov2-tiny.cfg yolov2-tiny.weights

However, there were no text file written to cjy folder. The output was this : First section must be [net] or [network]: Success

Any ideas on this ? @gliese581gg