RSSAmplifier

Blog

My exploration of object detection & computer vision

Hey, welcome to my blog. I have multiple blogs on bearblog and for some I never use LLMs (even if it costs me occasional typos), but on this one I will try t...

obj.bearblog.devRSS feed ↗1 posts

Latest posts

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…