glenn-jocher
commited on
Commit
•
efa7a91
1
Parent(s):
8918e63
Update download_weights.sh with usage example (#1613)
Browse files
weights/download_weights.sh
CHANGED
@@ -1,5 +1,7 @@
|
|
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
|
|
|
1 |
#!/bin/bash
|
2 |
# Download latest models from https://github.com/ultralytics/yolov5/releases
|
3 |
+
# Usage:
|
4 |
+
# $ bash weights/download_weights.sh
|
5 |
|
6 |
python - <<EOF
|
7 |
from utils.google_utils import attempt_download
|