WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.41k stars 4.23k forks source link

Alternative of NMS (torchvision.ops.nms(boxes, scores, iou_thres) or Modification Based on description #2037

Open PsychoGodzillaNoob opened 6 months ago

PsychoGodzillaNoob commented 6 months ago

image

If we look at the upper image there's a detection result appearing based on higher confidence score. But all detected data is compulsory to print serially, as attached picture below.

image

Could we make an explanation about how to resolve this particular problem? or Any alternative function which will compatible with detected data serialization?