Detection and Tracking Overview
Object detection、multi-object tracking、tracking-any-point、open-vocabulary detection の全体像を整理します。
Object Detection Fundamentals
Object detection の two-stage / one-stage / DETR 系、anchor、NMS、IoU、AP の基礎を整理します。
YOLO Family
Real-time object detection の代表である YOLO 系の進化を整理します。
DETR Family
Transformer-based detection の DETR、Deformable DETR、DINO、RT-DETR を整理します。
Multi-Object Tracking
SORT、DeepSORT、ByteTrack、tracking-by-detection と end-to-end tracking を整理します。
Tracking Any Point
TAP、CoTracker、TAPIR など video 中の任意点を追跡する Tracking Any Point を整理します。