Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Update Labelbox integration to support loading video object tracks and immutable attributes #4258

Open
ehofesmann opened this issue Apr 11, 2024 · 0 comments
Labels
feature Work on a feature request

Comments

@ehofesmann
Copy link
Member

Today, when loading object tracks on videos annotated through our Labelbox integration, the index field is not populated. This means that the resulting objects are not technically tracks, but frame-level detections. The Labelbox videos exports seem to support some form of unique ID per object that we could use to link together sequential objects into tracks when loading them.

Similarly, attributes that are being annotated on objects for video tasks could have the mutable attribute set to False, where the intention is that the attribute cannot change throughout the course of a given object track in the annotation tool. More investigation is needed if classification scopes could be used to set immutable attributes.

@ehofesmann ehofesmann added the feature Work on a feature request label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work on a feature request
Projects
None yet
Development

No branches or pull requests

1 participant