yolov5
yolov5 copied to clipboard
Yolov5_V7.0 while export dynamic onnx, netron layer error
Search before asking
- [X] I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
use export code:
python export.py --weights yolov5m.pt --include onnx --dynamic --simplify
then i put it into netron, find last Detect layer error
how to solve it
Additional
No response