Browse Source

bug fix #30

5.0
Glenn Jocher 4 years ago
parent
commit
9b62f9962e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weights/download_weights.sh

+ 1
- 1
weights/download_weights.sh View File

@@ -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')"

Loading…
Cancel
Save