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.
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:
Fixed URL
Fixed File Name