I use the D0 and the weights provided by you to inference images from realsense. I set
threshold = 0.1
iou_threshold = 0.01
Below is the results using cv2.show. As you can see, there are many boxes overlapping. How could this happen when I set the iou_threshold to 0.01? Any suggestions? Thank you.

I use the D0 and the weights provided by you to inference images from realsense. I set
threshold = 0.1
iou_threshold = 0.01
Below is the results using cv2.show. As you can see, there are many boxes overlapping. How could this happen when I set the iou_threshold to 0.01? Any suggestions? Thank you.