Tagged articles
2 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Sep 20, 2025 · Fundamentals

Understanding the Hungarian Algorithm and Its Role in Computer Vision

The article explains the Hungarian algorithm’s principles, walks through step‑by‑step matrix reductions and line‑cover adjustments, and demonstrates its use for optimal task assignment and for matching detections in multi‑object tracking, illustrating the process with concrete 4×4 cost‑matrix examples.

Hungarian algorithmOptimizationassignment problem
0 likes · 10 min read
Understanding the Hungarian Algorithm and Its Role in Computer Vision
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 16, 2023 · Artificial Intelligence

Understanding DeepSort: A Classic Multi-Object Tracking Algorithm

This article introduces the fundamentals of object tracking in computer vision, explains classic algorithms such as SORT and its deep learning extension DeepSort, describes their underlying mechanisms including Kalman filtering, Hungarian assignment, feature extraction via CNNs, and provides references and code resources for further study.

CNNDeepSortHungarian algorithm
0 likes · 10 min read
Understanding DeepSort: A Classic Multi-Object Tracking Algorithm