Interpolation
Interpolation is a process to automatically create instance labels by estimating the location that labels should be created in videos and image sequences. Interpolation uses manual labels as reference points and needs to be run separately for each object instance.
Object tracking and interpolation both automatically apply labels.
- Interpolation applies labels in between existing labels.
- Object tracking uses a single existing label and applies labels to consecutive frames.
All labels automatically created using interpolation are assigned a confidence score (α) of 99%.
Ontologies
Ontology shape | Interpolation | Tracking |
---|---|---|
Bounding box | ✅ | ✅ |
Rotatable bounding box | ✅ | ✅ |
Polygon | ✅ | ❌ |
Polyline | ✅ | ✅ |
Primitive | ✅ | ✅ |
Keypoint | ✅ | ✅ |
Bitmask | ✅ | ❌ |
Simple interpolation
The video tutorial below goes through the basics of using interpolation in the Label Editor.
- Create instance labels on at least two non-consecutive frames.
- Click the three dots icon on the instance to be interpolated, and click Interpolate.
- Interpolation is run between the first and last frames the instance is labeled.
Keyboard shortcut
You can use keyboard shortcuts to run interpolation.
- Click the instance label.
- Use the Shift + I keyboard shortcut to the run interpolation between the first and last frames the instance is labeled.
Advanced interpolation
- Create instance labels on at least two non-consecutive frames.
-
Click the Automated labelling button in the bottom left corner of the label editor to bring up the options for automated labeling. The Tracking and interpolation section is open by default.
-
The Tracking and interpolation section is open by default.
- Select Interpolation under the Method heading.
- Select the object instance(s) you want to interpolate.
- Interpolation range specifies the range of frames for interpolation.
- Click Run interpolation to interpolate the selected object instances.
Re-interpolate
Interpolation results can be improved by manually correcting some interpolated labels, and re-running the interpolation.
Enable the Interpolation auto adjustments toggle in the Drawing settings section of the label editor settings. This ensures that only labels with a confidence score (α) of 99% are overwritten in successive interpolations, while manual labels (α = 100%) are kept, and serve as key frames.
This process can be repeated any number of times.
Was this page helpful?