caffe-yolo
caffe-yolo copied to clipboard
ERROR:root:local layer is not supported
I downloaded the cfg files from the link provided in the guide (https://github.com/pjreddie/darknet/tree/master/cfg/yolov1) but I am not able to convert it to prototxt. The result from running create_yolo_prototxt.py on any of those files is:
ERROR:root:local layer is not supported ERROR:root:detection layer is not supported
It's pretty strange since those layers are included in every config file. Thank you for the suport.
I got same problem, but no one replied, Have you figured it out?