nanmi / yolov7-pose

pose detection base on yolov7
119 stars 19 forks source link

Extra bboxes when test the yolov7-tiny-pose generated TensorRT engine #25

Open ICEY22HKU opened 1 year ago

ICEY22HKU commented 1 year ago

Hi @nanmi, thanks for your code! I has trained a yolov7-tiny-pose model and do the reparameterization. I used the pt model to do the detection and the result is correct. While after I generated the tensorrt engine through your approach, I got a test result like this: _result Each target has two bboxes. It is weird and I don't know how to solve it. Could you help me to find the reason? Thanks so much!

the-cat-crying commented 1 month ago

Hi @ICEY22HKU, what command do you use to export ONNX?