Multi-Object Tracking
تتبع الكائنات المتعددة
Also known as: MOT, Object Tracking
Multi-object tracking (MOT) assigns persistent IDs to detected objects across video frames, so worker A is the same worker A in frame 1500 as in frame 1. The dominant tracking-by-detection paradigm pairs an external detector (YOLO, RF-DETR) with an association algorithm (SORT, ByteTrack, BoT-SORT, DeepSORT, OC-SORT). MOT enables loitering detection,…
Definition
Multi-object tracking (MOT) assigns persistent IDs to detected objects across video frames, so worker A is the same worker A in frame 1500 as in frame 1. The dominant tracking-by-detection paradigm pairs an external detector (YOLO, RF-DETR) with an association algorithm (SORT, ByteTrack, BoT-SORT, DeepSORT, OC-SORT). MOT enables loitering detection, dwell-time analytics, line-cross counting, and zone-occupancy analytics. FI Tech defaults to BoT-SORT for ground-camera scenarios because of its strong re-identification through occlusions and smooth handoffs between adjacent CCTV views in mega-project setups.