YOLO_tensorflow
YOLO_tensorflow copied to clipboard
.weights -> .ckpt format not working
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