mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
Fix docs
This commit is contained in:
parent
50e81f0a7f
commit
3666a80677
@ -1069,5 +1069,5 @@ wget -O yolov9-t.pt "https://github.com/WongKinYiu/yolov9/releases/download/v0.1
|
|||||||
|
|
||||||
# prepare and run export script
|
# prepare and run export script
|
||||||
sed -i "s/ckpt = torch.load(attempt_download(w), map_location='cpu')/ckpt = torch.load(attempt_download(w), map_location='cpu', weights_only=False)/g" ./models/experimental.py
|
sed -i "s/ckpt = torch.load(attempt_download(w), map_location='cpu')/ckpt = torch.load(attempt_download(w), map_location='cpu', weights_only=False)/g" ./models/experimental.py
|
||||||
python3 export.py --weights ./yolov9-t.pt --imgsz 320 --simplify --include onnx
|
bin/python3 export.py --weights ./yolov9-t.pt --imgsz 320 --simplify --include onnx
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user