glenn-jocher
commited on
Commit
•
6ff0d91
1
Parent(s):
27138c2
Update download_weights.sh (#1338)
Browse files
weights/download_weights.sh
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
-
# Download latest
|
3 |
|
4 |
python - <<EOF
|
5 |
from utils.google_utils import attempt_download
|
|
|
1 |
#!/bin/bash
|
2 |
+
# Download latest models from https://github.com/ultralytics/yolov5/releases
|
3 |
|
4 |
python - <<EOF
|
5 |
from utils.google_utils import attempt_download
|