Update download_weights.sh comment (#3662)

This commit is contained in:
Glenn Jocher 2021-06-17 16:21:10 +02:00 committed by GitHub
parent 2754adad46
commit ac34834563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Download latest models from https://github.com/ultralytics/yolov5/releases # Download latest models from https://github.com/ultralytics/yolov5/releases
# Usage: # Usage:
# $ bash weights/download_weights.sh # $ bash path/to/download_weights.sh
python - <<EOF python - <<EOF
from utils.google_utils import attempt_download from utils.google_utils import attempt_download