-
Notifications
You must be signed in to change notification settings - Fork 135
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
Enabled support for 'Video' media type in the datumaro format #1491
Merged
jihyeonyi
merged 3 commits into
openvinotoolkit:releases/1.7.0
from
jihyeonyi:jihyeony/support_video_annotation_range
May 10, 2024
Merged
Enabled support for 'Video' media type in the datumaro format #1491
jihyeonyi
merged 3 commits into
openvinotoolkit:releases/1.7.0
from
jihyeonyi:jihyeony/support_video_annotation_range
May 10, 2024
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## releases/1.7.0 #1491 +/- ##
=================================================
Coverage ? 80.78%
=================================================
Files ? 276
Lines ? 31489
Branches ? 6345
=================================================
Hits ? 25437
Misses ? 4641
Partials ? 1411
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
jihyeonyi
force-pushed
the
jihyeony/support_video_annotation_range
branch
from
May 8, 2024 09:09
34d0cdd
to
29754ee
Compare
wonjuleee
reviewed
May 9, 2024
itrushkin
approved these changes
May 9, 2024
update video test fix test errors change variable name
update unit test for video media and bug fix in __eq__ add unittest for exporter and bugfix bug fix in checking end_frame in the video media add missing test file update license header fix test error and revise __eq__ of Video media
jihyeonyi
force-pushed
the
jihyeony/support_video_annotation_range
branch
from
May 10, 2024 00:02
3b91952
to
d850936
Compare
wonjuleee
approved these changes
May 10, 2024
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.
Summary
Enabled support for 'Video' media type in the datumaro format to support annotations by video or video range.
Note that the video has a closed interval of [start_frame, end_frame].
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.