glenn-jocher
commited on
Commit
•
ac34834
1
Parent(s):
2754ada
Update download_weights.sh comment (#3662)
Browse files
data/scripts/download_weights.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
# Download latest models from https://github.com/ultralytics/yolov5/releases
|
3 |
# Usage:
|
4 |
-
# $ bash
|
5 |
|
6 |
python - <<EOF
|
7 |
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 path/to/download_weights.sh
|
5 |
|
6 |
python - <<EOF
|
7 |
from utils.google_utils import attempt_download
|