重现步骤
按照文档步骤
yolo5模型已经训练完成,转换pt到onnx模型的时候提示异常
python export.py --weight runs/train-cls/exp/weights/best.pt --imgsz 224 --batch 1 --include onnx
ONNX: export failure 2.5s: DLL load failed while importing onnx_cpp2py_export: (DLL)
期待结果和实际结果
pt转成onnx格式