Jetpack 4.6.0
DeepStream 6.0.1
YOLOV5 6.1
torch 1.8
CUDA 10.2
My yolov5 model ( in pytorch ) was able to detect the target correctly, but when I using DeepStream detection, it couldn’t detect the targets properly, and there were so many false detection targets that almost occupied the entire screen.
I try to fix this problem by editing nms threshold , but it don’t work.