markjay4k / YOLO-series

A series of notebooks describing how to use YOLO (darkflow) in python
247 stars 171 forks source link

Fixed download weight URL (from darknet/YOLO/ to darknet/YOLOv2/) #15

Closed TheRedMudder closed 6 years ago

TheRedMudder commented 6 years ago

Since YOLOv3 came out, the URL to download the weights has changed from https://pjreddie.com/darknet/yolo/ to https://pjreddie.com/darknet/yolov2/. Also, the 606x606 weight file is now called yolov2.weights when downloaded! This pull request only fixes those two lines that need to be updated because of YOLOv3 release.

Summary: