bug fix #30
parent
c14368d768
commit
9b62f9962e
@ -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…
Reference in new issue