updates
This commit is contained in:
parent
0913402606
commit
e88798aefd
|
@ -3,14 +3,13 @@
|
||||||
# make '/weights' directory if it does not exist and cd into it
|
# make '/weights' directory if it does not exist and cd into it
|
||||||
mkdir -p weights && cd weights
|
mkdir -p weights && cd weights
|
||||||
|
|
||||||
# copy weight files, continue '-c' if partially downloaded
|
# copy darknet weight files, continue '-c' if partially downloaded
|
||||||
# yolov3 darknet weights
|
|
||||||
wget -c https://pjreddie.com/media/files/yolov3.weights
|
wget -c https://pjreddie.com/media/files/yolov3.weights
|
||||||
wget -c https://pjreddie.com/media/files/yolov3-tiny.weights
|
wget -c https://pjreddie.com/media/files/yolov3-tiny.weights
|
||||||
wget -c https://pjreddie.com/media/files/yolov3-spp.weights
|
wget -c https://pjreddie.com/media/files/yolov3-spp.weights
|
||||||
|
|
||||||
# yolov3 pytorch weights
|
# yolov3 pytorch weights
|
||||||
# download from Google Drive: https://drive.google.com/drive/u/0/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI
|
# download from Google Drive: https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI
|
||||||
|
|
||||||
# darknet53 weights (first 75 layers only)
|
# darknet53 weights (first 75 layers only)
|
||||||
wget -c https://pjreddie.com/media/files/darknet53.conv.74
|
wget -c https://pjreddie.com/media/files/darknet53.conv.74
|
||||||
|
|
Loading…
Reference in New Issue