Update download_weights.sh with usage example (#1591)
This commit is contained in:
parent
dbcb192f2d
commit
8f95dcf253
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Download latest models from https://github.com/ultralytics/yolov3/releases
|
# Download latest models from https://github.com/ultralytics/yolov3/releases
|
||||||
|
# Usage:
|
||||||
|
# $ bash weights/download_weights.sh
|
||||||
|
|
||||||
python - <<EOF
|
python - <<EOF
|
||||||
from utils.google_utils import attempt_download
|
from utils.google_utils import attempt_download
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user