edgeai-yolov5 icon indicating copy to clipboard operation
edgeai-yolov5 copied to clipboard

how to export the onnx model ?

Open xinsuinizhuan opened this issue 2 years ago • 2 comments

❔Question

I export the model with: python models/export.py --weights Yolov5s6_pose_960.pt --img 960 --batch 1 --simplify --export-nms

the model with output is: 图片

and export with no nms is: 图片 so many output layers

how to export with the output: 图片

Additional context

xinsuinizhuan avatar Nov 09 '22 07:11 xinsuinizhuan

when i export with: python models/export.py --weights Yolov5s6_pose_960.pt --img 960 --batch 1 --simplify the result is: 图片

xinsuinizhuan avatar Nov 29 '22 01:11 xinsuinizhuan

Hey, I am looking at this repo. Could you add my wechat to talk together about how to deploy this to TensorRT and Deepstream. My wechat account is 1642942273

PredyDaddy avatar Jul 05 '23 11:07 PredyDaddy