Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion encord/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def object_interpolation(
):
"""Run object interpolation algorithm on project labels (requires an editor ontology and feature uids).

Interpolation is supported for bounding box, polygon, and keypoint.
Interpolation is supported for bounding box, polygon, keypoint, circle and ellipse.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this exhaustive? aren't all shapes supported?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i missed that - yes, all shapes are supported.


Args:
key_frames: Labels for frames to be interpolated. Key frames are consumed in the form::
Expand Down
Loading