allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 879 forks source link

In README under Quick Start URL is broken #169

Open alexfaus08 opened 5 years ago

alexfaus08 commented 5 years ago

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 commented 5 years ago

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 commented 3 years ago

use this one: https://github.com/pjreddie/darknet/blob/master/cfg/yolo9000.cfg