-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Accelerated SAM decoder, fixed serverless for EXIF rotated images #6275
Merged
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
bsekachev
changed the title
[WIP] Accelerated SAM decoder
Accelerated SAM decoder, fixed serverless for EXIF rotated images
Jun 10, 2023
bsekachev
changed the title
Accelerated SAM decoder, fixed serverless for EXIF rotated images
[WIP] Accelerated SAM decoder, fixed serverless for EXIF rotated images
Jun 12, 2023
/check |
❌ Some checks failed |
bsekachev
changed the title
[WIP] Accelerated SAM decoder, fixed serverless for EXIF rotated images
Accelerated SAM decoder, fixed serverless for EXIF rotated images
Jun 12, 2023
Codecov Report
@@ Coverage Diff @@
## develop #6275 +/- ##
===========================================
- Coverage 74.78% 74.24% -0.54%
===========================================
Files 145 320 +175
Lines 16934 37249 +20315
Branches 3285 6748 +3463
===========================================
+ Hits 12664 27657 +14993
- Misses 4264 9309 +5045
- Partials 6 283 +277
|
Marishka17
reviewed
Jun 12, 2023
Marishka17
approved these changes
Jun 13, 2023
Merged
bsekachev
added a commit
that referenced
this pull request
Jun 16, 2023
## \[2.4.7] - 2023-06-16 ### Added - \[API\] API Now supports the creation and removal of Ground Truth jobs. (<#6204>) - \[API\] We've introduced task quality estimation endpoints. (<#6204>) - \[CLI\] An option to select the organization. (<#6317>) ### Fixed - Issues with running serverless models for EXIF-rotated images. (<#6275>) - File uploading issues when using https configuration. (<#6308>) - Dataset export error with `outside` property of tracks. (<#5971>) - Broken logging in the TransT serverless function. (<#6290>) --------- Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru> Co-authored-by: Mariia Acoca <39969264+mdacoca@users.noreply.github.com> Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com> Co-authored-by: klakhov <kirill.9992@gmail.com> Co-authored-by: Roman Donchenko <roman@cvat.ai> Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai> Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> Co-authored-by: Paweł Kotiuk <kotiuk@zohomail.eu> Co-authored-by: Nikita Manovich <nikita@cvat.ai>
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.
Removed extra interpolation layer
Motivation and context
Fixed #6250
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.