pyotrch yolo5 转 onnx


models文件夹下自带转换函数 export.py

python models/export.py --weights rotate_last.pt --img 640 --batch 1

相关