Closed YunlongHu closed 2 years ago
hi @YunlongHu , did you add the arg --simplify
when exporting onnx? You can refer to https://github.com/meituan/YOLOv6/tree/main/deploy/ONNX .
Howerver, your exported onnx model seems normal, and it may work fine in your project as well.
The model i train on my dataset , and use "./deploy/ONNX/export_onnx.py" to export
But the onnx model downloaded from your website is different with mine.
How to solve this problem. The first onnx is difficult to depoly.