Add roi_align_rotated onnxruntime op#277
Merged
RunningLeon merged 14 commits intoopen-mmlab:dev-v0.5.0from Apr 26, 2022
Merged
Conversation
Closed
Member
|
Please merge latest master branch and fix the lint. |
* add postprocessing_masks gpu version * default device cpu * pre-commit fix Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt>
…es list is passed (open-mmlab#310)
* fix formatter * relax GCC version requirement
…roi_align_rotated
Contributor
Author
Done. |
Member
|
You can just ignore the circleci error failing for now. |
Contributor
Author
OK |
irexyc
previously approved these changes
Apr 18, 2022
The base branch was changed.
…nto roi_align_rotated
Codecov Report
@@ Coverage Diff @@
## dev-v0.5.0 #277 +/- ##
==============================================
+ Coverage 62.84% 62.86% +0.02%
==============================================
Files 213 214 +1
Lines 7189 7196 +7
Branches 1109 1109
==============================================
+ Hits 4518 4524 +6
- Misses 2348 2349 +1
Partials 323 323
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
grimoire
approved these changes
Apr 18, 2022
lvhan028
pushed a commit
to lvhan028/mmdeploy
that referenced
this pull request
Jun 3, 2022
* init * add doc * add * Update test_ops.py * fix bug * fix pose demo and windows build (open-mmlab#307) * add postprocessing_masks gpu version (open-mmlab#276) * add postprocessing_masks gpu version * default device cpu * pre-commit fix Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> * fixed a bug causes text-recognizer to fail when (non-NULL) empty bboxes list is passed (open-mmlab#310) * [Fix] include missing <type_traits> for formatter.h (open-mmlab#313) * fix formatter * relax GCC version requirement * fix lint * Update onnxruntime.md * fix lint Co-authored-by: Chen Xin <xinchen.tju@gmail.com> Co-authored-by: Shengxi Li <982783556@qq.com> Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> Co-authored-by: lzhangzz <lzhang329@gmail.com>
lvhan028
pushed a commit
to lvhan028/mmdeploy
that referenced
this pull request
Jun 3, 2022
* init * add doc * add * Update test_ops.py * fix bug * fix pose demo and windows build (open-mmlab#307) * add postprocessing_masks gpu version (open-mmlab#276) * add postprocessing_masks gpu version * default device cpu * pre-commit fix Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> * fixed a bug causes text-recognizer to fail when (non-NULL) empty bboxes list is passed (open-mmlab#310) * [Fix] include missing <type_traits> for formatter.h (open-mmlab#313) * fix formatter * relax GCC version requirement * fix lint * Update onnxruntime.md * fix lint Co-authored-by: Chen Xin <xinchen.tju@gmail.com> Co-authored-by: Shengxi Li <982783556@qq.com> Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> Co-authored-by: lzhangzz <lzhang329@gmail.com>
ewernn
pushed a commit
to ewernn/mmdeploy
that referenced
this pull request
Nov 17, 2025
ewernn
pushed a commit
to ewernn/mmdeploy
that referenced
this pull request
Nov 17, 2025
* init * add doc * add * Update test_ops.py * fix bug * fix pose demo and windows build (open-mmlab#307) * add postprocessing_masks gpu version (open-mmlab#276) * add postprocessing_masks gpu version * default device cpu * pre-commit fix Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> * fixed a bug causes text-recognizer to fail when (non-NULL) empty bboxes list is passed (open-mmlab#310) * [Fix] include missing <type_traits> for formatter.h (open-mmlab#313) * fix formatter * relax GCC version requirement * fix lint * Update onnxruntime.md * fix lint Co-authored-by: Chen Xin <xinchen.tju@gmail.com> Co-authored-by: Shengxi Li <982783556@qq.com> Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> Co-authored-by: lzhangzz <lzhang329@gmail.com>
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.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Add roi_align_rotated onnxruntime op.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist