Track
A track is a continuous sequence of object states, representing the object's states over some time period. It typically involves three key stages:
- Initialization: The track begins when an object is first detected.
- Update: The track is updated in each subsequent timestep by combining the object's predicted state with new detections that can be linked to the track.
- Termination: The track ends when the object is no longer detected, has exited the scene, or cannot be tracked further.