-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[GSoC2024] added better error message when video resolution too large #7549
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #7549 +/- ##
===========================================
- Coverage 83.45% 83.45% -0.01%
===========================================
Files 373 373
Lines 39742 39746 +4
Branches 3741 3741
===========================================
+ Hits 33168 33171 +3
- Misses 6574 6575 +1
|
Hey @Marishka17 a gentle reminder to review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, @Viditagarwal7479,
Thank you for your contribution! Could you please fix minor comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @Marishka17, how will this PR get merged after your approval? |
On uploading video files exceeding the maximum resolution supported by OpenH264, it raises error while trying to decode the video. To handle this more gracefully I have added dimension check based on which it raises an error beforehand with appropriate message.
Motivation and context
Fixes #7425
Checklist
develop
branch- [ ] I have created a changelog fragment- [ ] I have updated the documentation accordingly- [ ] I have added tests to cover my changes- [ ] I have increased versions of npm packages if it is necessary(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.