Object tracking follows instance labels through a series of frames in a video or image sequence.
By detecting and localizing objects in a frame, their position in subsequent frames is determined based on pixel information enclosed within the label boundary. All labels automatically created using interpolation are assigned a confidence score (α) of 99%.
Since tracking algorithms propagate labels forward through frames, object tracking works if labels are made on lower number frame (for example, near the start of the video).
Ontology shape | Interpolation | Tracking |
---|---|---|
Bounding box | ✅ | ✅ |
Rotatable bounding box | ✅ | ✅ |
Polygon | ✅ | ✅ |
Polyline | ✅ | ✅ |
Primitive | ✅ | ✅ |
Keypoint | ✅ | ✅ |
Bitmask | ✅ | ✅ |
* Polygon and Bitmasks use SAM 2 tracking
The following table shows the modalities that support SAM 2 tracking.
Modalities | SAM 2 tracking |
---|---|
Images | ❌ |
Videos | ✅ |
Image Groups | ✅ |
Image Sequences | ✅ |
DICOM | ✅ |
Right-click the shape .
Click Track object. For bounding boxes and rotatable bounding boxes, select the Standard (fast) option to run SAM 2 tracking for 30 consecutive frames.
Polyline, Keypoint, Object Primitive | Bounding Box, Rotatable Bounding Box |
---|---|
![]() | ![]() |
Click the Automated labelling button in the bottom left corner of the Label Editor to bring up options for automated labeling.
The Tracking and interpolation section is open by default.
Click Run tracking to track the instance.
The Object tracking section of the editor settings allows you to adjust the tracking range, and choose between the standard or advanced tracking algorithm.