添加注释
This commit is contained in:
12
weights/download_weights.sh
Normal file
12
weights/download_weights.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Download latest models from https://github.com/ultralytics/yolov5/releases
|
||||
# Usage:
|
||||
# $ bash weights/download_weights.sh
|
||||
|
||||
python3 - <<EOF
|
||||
from utils.google_utils import attempt_download
|
||||
|
||||
for x in ['s', 'm', 'l', 'x']:
|
||||
attempt_download(f'yolov5{x}.pt')
|
||||
|
||||
EOF
|
BIN
weights/plate_detect.pt
Normal file
BIN
weights/plate_detect.pt
Normal file
Binary file not shown.
BIN
weights/plate_rec_color.pth
Normal file
BIN
weights/plate_rec_color.pth
Normal file
Binary file not shown.
Reference in New Issue
Block a user