seq-nms icon indicating copy to clipboard operation
seq-nms copied to clipboard

Integrating seq-nms with yolov5s model

Open linsecDev opened this issue 4 years ago • 2 comments

Hi @tmoopenn , can you guide how and where to use this seq-nms repo on yolov5. I tried using the seq_nms function on ultralytics/yolov5 repo but function parameters don't correspond well.

linsecDev avatar Apr 23 '22 16:04 linsecDev

Hi @tmoopenn , could you also please provide the sample inputs for the boxes, scores as defined in the method. boxes : Tensor of shape (num_frames, num_boxes, 4) containing the boxes in (x1, y1, x2, y2) format. scores : Tensor of shape (num_frames, num_boxes) containing the confidence score for each box.

Thanks

SanKumSan avatar Apr 24 '22 10:04 SanKumSan

have you finished this work?

wch243294382 avatar Aug 03 '22 03:08 wch243294382