Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In README under Quick Start URL is broken #169

Open
alexfaus08 opened this issue Jun 21, 2019 · 2 comments
Open

In README under Quick Start URL is broken #169

alexfaus08 opened this issue Jun 21, 2019 · 2 comments

Comments

@alexfaus08
Copy link

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.

@alexfaus08
Copy link
Author

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.

@average-everyman
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants