Object Detection & Tracking
YOLO v8 (detection) + DeepSORT or ByteTrack (tracking) detect objects each frame, assign persistent IDs, track trajectory across frames. Output: per-object trajectory (entry time, path, exit time, dwell zone), object count, object classification. Use cases: retail customer tracking (anonymous), vehicle tracking on logistics sites, equipment tracking. Real-time or batch processing. Privacy-preserving: trajectories without storing identifiable images.

