DanaHan / Yolov5-in-Deepstream-5.0

Describe how to use yolov5 in Deepstream 5.0
209 stars 57 forks source link

deepstream detect lots bbox #11

Closed XiaoPengZong closed 3 years ago

XiaoPengZong commented 3 years ago

Hi, Thanks for your great works. I have achieved tensorrt engine and detect correct result. But when I detect with deepstream, I get lots of bbox like below.
image And I have tested both yolov5s and yolov5x, the result is same. Can you help me with this problem.

XiaoPengZong commented 3 years ago

I have solved this problem by make engine in this project rather than in tensorrtx project. Thanks.