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
perhaps: wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov2.cfg
or wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg
both work depending on which version of YOLO.
However under Quick Start: ./yad2k.py yolo.cfg yolo.weights model_data/yolo.h5
would need to be changed to the correct yolo.cfg file.
https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg
This link which is used in
wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg
under Quick Start no longer exists.
The text was updated successfully, but these errors were encountered: