Update download_weights.sh with usage example (#1591)

This commit is contained in:
Glenn Jocher 2020-12-06 10:08:15 +01:00 committed by GitHub
parent dbcb192f2d
commit 8f95dcf253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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