You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: