-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Feature] Add pipelines for BEVDet #1580
Conversation
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.
Just need to fix minor comments. Others LGTM
Codecov Report
@@ Coverage Diff @@
## master #1580 +/- ##
==========================================
+ Coverage 50.16% 50.26% +0.09%
==========================================
Files 223 223
Lines 19104 19182 +78
Branches 3134 3153 +19
==========================================
+ Hits 9584 9642 +58
- Misses 8940 8959 +19
- Partials 580 581 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Initial commit for bevdet modification in the pipeline aspect * add introduction for MultiViewWrapper * formatting the introductions * support multiple transformations in the multi-view wrapper * Minor fix * fix some names and support transforming all-fields object in multi-view wrapper Co-authored-by: Tai-Wang <tab_wang@outlook.com>
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Update the transformation in mmdet3d to support requirements in the multi-camera 3D object detection
Modification
BC-breaking (Optional)
--
Use cases (Optional)
--
Checklist