CodeCamp #101: Support MMDetection 3.x RTMDet model deployment on RV1126#1551
Merged
lvhan028 merged 11 commits intoopen-mmlab:dev-1.xfrom Jan 6, 2023
Merged
CodeCamp #101: Support MMDetection 3.x RTMDet model deployment on RV1126#1551lvhan028 merged 11 commits intoopen-mmlab:dev-1.xfrom
lvhan028 merged 11 commits intoopen-mmlab:dev-1.xfrom
Conversation
AllentDan
reviewed
Dec 20, 2022
Member
AllentDan
left a comment
There was a problem hiding this comment.
May fix the lint error. If you are using vscode, may install clang-format plugin and set property.json like following:
"editor.formatOnSave": true,
"clang-format.fallbackStyle": "Google",
"clang-format.language.cuda.fallbackStyle": "Google",
"clang-format.language.cuda.style": "Google",
"clang-format.language.cpp.enable": true,
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format",
"editor.wordBasedSuggestions": false,
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
},
"clang-format.executable": "/home/linuxbrew/.linuxbrew/bin/clang-format",
5f37e75 to
e6a21d3
Compare
AllentDan
reviewed
Jan 3, 2023
Contributor
Author
No problem🫡. |
Contributor
Author
|
Mentor @lvhan028 😁. |
lvhan028
pushed a commit
that referenced
this pull request
Mar 1, 2023
…126 (#1551) * * partition rtmdet * * add rtmdet deploy config * * add rtmdet deploy config * * modify rtmdet pipline anchor_generator's info dump * support rtmdet infer in sdk * fix a bug * * fix a bug in csrc/mmdeploy/preprocess/transform/normalize.cpp * * fix a bug * * update docs * * fix lint * * update several urls in docs
ewernn
pushed a commit
to ewernn/mmdeploy
that referenced
this pull request
Nov 17, 2025
…ent on RV1126 (open-mmlab#1551) * * partition rtmdet * * add rtmdet deploy config * * add rtmdet deploy config * * modify rtmdet pipline anchor_generator's info dump * support rtmdet infer in sdk * fix a bug * * fix a bug in csrc/mmdeploy/preprocess/transform/normalize.cpp * * fix a bug * * update docs * * fix lint * * update several urls in docs
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
Support MMDetection 3.x RTMDet model deployment on RV1126.
Modification
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)
Checklist