TrackState
BaseTrack
Base class for object tracking, handling basic track attributes and operations.
Source code in ultralytics/tracker/trackers/basetrack.py
end_frame
property
Return the last frame ID of the track.
activate(*args)
mark_lost()
mark_removed()
next_id()
staticmethod
predict()
reset_id()
staticmethod
Created 2023-04-16, Updated 2023-05-17
Authors: Glenn Jocher (3)