-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Fix] Fix the dimension and yaw hack of FCOS3D on nuScenes #744
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.
Good job! Can we verify the correctness by doing some visualizations? It would be great if you can post results in demo, browse_dataset and visualization while doing model inference below.
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
==========================================
- Coverage 49.46% 48.95% -0.51%
==========================================
Files 165 208 +43
Lines 10675 15856 +5181
Branches 1617 2532 +915
==========================================
+ Hits 5280 7762 +2482
- Misses 5078 7596 +2518
- Partials 317 498 +181
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I think we also need to update FCOS3D page with new checkpoints, and modify the compatibility docs. |
Yes, that's why I add a label WIP :) |
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.
Awesome! After this pr is merged I will check on visualization on the coordinate system refactor branch.
Oh sorry, I should not have approved since there is still work going on. |
Conflicts: docs/compatibility.md
@Tai-Wang Hi, I'm confused about this modification. In transfroms_3d.py I only see changes about centers_2d and cam2img. |
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
Please describe the motivation of this PR and the goal you want to achieve through this PR.
Due to inconsistent definition of nuscbox and our cambox, the transformation of dimension and yaw is required in the pre-processing and post-processing.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
Does the modification introduce changes that break the back-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Json files of nuScenes and KITTI datasets need to be regenerated.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist