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
and then I tried with the first command to create prototxt file, like the following:
python create_yolo_prototxt.py CFG 'yolo.cfg' -prototxt text.prototxt
But it gives me: error: unrecognized arguments: -prototxt
Okay, I hard coded the needed arguments from the source file to have a quick workaround, but when I run it it gives me a prototxt file with only one line: name: "yolo"
What I've missed though?
and why I'm getting such an errors!
The documentation is not very well detailed :(
Thank you,
The text was updated successfully, but these errors were encountered:
Okay, I have a problem from the beginning!
I downloaded the cgf file from here,
https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov1/yolo.cfg
and then I tried with the first command to create prototxt file, like the following:
python create_yolo_prototxt.py CFG 'yolo.cfg' -prototxt text.prototxt
But it gives me:
error: unrecognized arguments: -prototxt
Okay, I hard coded the needed arguments from the source file to have a quick workaround, but when I run it it gives me a prototxt file with only one line:
name: "yolo"
What I've missed though?
and why I'm getting such an errors!
The documentation is not very well detailed :(
Thank you,
The text was updated successfully, but these errors were encountered: