YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

In README under Quick Start URL is broken

Open alexfaus08 opened this issue 5 years ago • 2 comments

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 avatar Jun 21 '19 16:06 alexfaus08

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.

alexfaus08 avatar Jun 21 '19 16:06 alexfaus08

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

average-everyman avatar Jul 19 '21 14:07 average-everyman