Skip to content

Commit

Permalink
bug fix #30
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 10, 2020
1 parent c14368d commit 9b62f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weights/download_weights.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Download common models

python3 -c "from models import *;
python3 -c "from utils.google_utils import *;
attempt_download('weights/yolov5s.pt');
attempt_download('weights/yolov5m.pt');
attempt_download('weights/yolov5l.pt')"

0 comments on commit 9b62f99

Please sign in to comment.