添加导出 onnx 模型时的一个参数

This commit is contained in:
lalafua
2025-04-15 21:48:58 +08:00
parent 7be82ae080
commit 3aa1239a9c

View File

@@ -415,7 +415,7 @@ n02124075 Egyptian cat
git clone https://github.com/ultralytics/yolov5.git
cd yolov5
pip3 install ultralytics
python3 export.py --weights yolov5n.pt --include onnx
python3 export.py --weights yolov5n.pt --include onnx --imgsz 384 640
```
#### 编译