allanzelener / YAD2K

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

Quick start problem on cfg file download. #132

Closed Sangkwun closed 5 years ago

Sangkwun commented 6 years ago

It's 404 not found for cfg file in quick start. https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg Above url is not avialable now.. Could you give me another url for cfg file?

ghost commented 6 years ago

The one you need might be https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov2.cfg now.

streamB commented 5 years ago

In that case, should we download the corresponding weights(yolov2) as : $ wget http://pjreddie.com/media/files/yolov2.weights instead of the following link ?? $ wget http://pjreddie.com/media/files/yolo.weights

Sangkwun commented 5 years ago

Thanks for giving other options!