Hungarian Algorithm, NMS, Greedy Matching, SimOTA
Hungarian Algorithm, NMS, Greedy Matching, SimOTA - similar yet different concepts in object detection and tracking When training modern object detectors or tracking objects across video frames, a fundamental question arises: How are predicted bounding boxes matched to ground truth objects? This is a classic combinatorial optimization problem known as the Linear Sum Assignment Problem (LSAP) , and…