Update download_weights.sh (#1338)
This commit is contained in:
parent
27138c2ebb
commit
6ff0d916fb
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Download latest model from https://github.com/ultralytics/yolov5/releases
|
# Download latest models from https://github.com/ultralytics/yolov5/releases
|
||||||
|
|
||||||
python - <<EOF
|
python - <<EOF
|
||||||
from utils.google_utils import attempt_download
|
from utils.google_utils import attempt_download
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue