Open
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #9504 +/- ##
===========================================
- Coverage 68.33% 67.99% -0.34%
===========================================
Files 1163 1168 +5
Lines 69069 69489 +420
Branches 11802 11932 +130
===========================================
+ Hits 47195 47248 +53
- Misses 21867 22234 +367
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
/fmt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for vector-based annotations on video frames by adding new
VideoVectorandVideoVectorLabelstags, along with their associated backend and frontend logic. It also updates documentation, schema definitions, and region handling to accommodate these new annotation types. Additionally, the PR implements keyframe-based interpolation for smooth vector transitions across video frames.The most important changes are:
New Video Vector Annotation Support:
VideoVectorandVideoVectorLabelstags to the schema (tags.json) with comprehensive attribute definitions for vector annotation on videos, including support for keyframe interpolation, skeleton mode, and customizable appearance. [1] [2]VideoVectorRegionModelin the frontend, including logic for keyframe-based interpolation of vector shapes, region actions, and registration in the region registry. [1] [2] [3] [4] [5] [6] [7] [8]Documentation Updates:
VideoVectorandVideoVectorLabelstags. [1] [2]Backend and Data Model Adjustments:
VideoVectorLabelsin project configuration and annotation label extraction, ensuring compatibility with existing video annotation workflows. [1] [2]Frontend Display and Usability Improvements:
Schema Cleanup:
curvesattribute from the schema for relevant tags, possibly to avoid redundancy or confusion, as curve support is now handled differently. [1] [2]