

- Links detections with predictions using distance metrics
- Uses IoU, Pixel, or 3D distances between boxes
Process
- Calculate distances between boxes
- Apply Hungarian algorithm for optimal matching
- Set thresholds to handle missing/unsuitable matches
Edge Cases
- Missing prediction: Add dummy nodes
- No suitable match: Use cost threshold
- Unmatched boxes: Create new tracks
Output
- Matched pairs
- New tracks from unmatched detections
- Lost tracks from unmatched predictions
Hungarian Algorithm Demo