mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
fix name
This commit is contained in:
parent
0adfdca34b
commit
c3151ffbc0
@ -981,5 +981,5 @@ YOLOv9 models can be exported using the below code or they [can be downloaded fr
|
|||||||
git clone https://github.com/WongKinYiu/yolov9
|
git clone https://github.com/WongKinYiu/yolov9
|
||||||
cd yolov9
|
cd yolov9
|
||||||
wget -O yolov9-t.pt "https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-t-converted.pt"
|
wget -O yolov9-t.pt "https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-t-converted.pt"
|
||||||
python3 export.py --weights ./yolov9-t.pt --imgsz 320 --simplify
|
python3 export.py --weights ./yolov9-t-converted.pt --imgsz 320 --simplify
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user