Skip to content

Bug: SORT always same iou_threshold #49

@denguir

Description

@denguir

Hi there,

I think there is a small bug here
iou_threshold is hard coded to 0.3, I think you wanted something more like

matches, unmatched_detections, unmatched_tracks = assign_tracks2detection_iou(
                bbox_tracks, bbox_detections, iou_threshold=self.iou_threshold)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions