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 have downloaded yolov2.cfg and yolov2.weights from official YOLO, but I am getting this error after inputting ./yad2k.py yolov2.cfg yolov2.weights model_data/yolo.h5
Here is the error:
And I open "yolov2.cfg" via default text editor, the content of the file looks like:
……
What might be wrong? Any help appreciated.
The text was updated successfully, but these errors were encountered:
I created a config file in my linux and copied the content of this .cfg directly instead of using the command "wget" , then it worked. I guess maybe there is something wrong via "wget" from a web page to have a config file and its content will change into something like html?
I have downloaded yolov2.cfg and yolov2.weights from official YOLO, but I am getting this error after inputting ./yad2k.py yolov2.cfg yolov2.weights model_data/yolo.h5
Here is the error:
And I open "yolov2.cfg" via default text editor, the content of the file looks like:

……
What might be wrong? Any help appreciated.
The text was updated successfully, but these errors were encountered: