Skip to content

Commit 87eb771

Browse files
authored
update yolov3 weights file url
1 parent bae43c4 commit 87eb771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-models.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# models and associated files for automated download
88

9-
MODELS=( https://pjreddie.com/media/files/yolov3.weights
9+
MODELS=( https://data.pjreddie.com/files/yolov3.weights
1010
https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3.cfg
1111
https://raw.githubusercontent.com/AlexeyAB/darknet/master/data/coco.names
1212
https://raw.githubusercontent.com/opencv/opencv/master/samples/data/dnn/classification_classes_ILSVRC2012.txt

0 commit comments

Comments
 (0)