seq-nms
seq-nms copied to clipboard
Integrating seq-nms with yolov5s model
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.
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
have you finished this work?