Skip to content
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

mmdet3d version problem #8

Closed
YongtaoGe opened this issue Aug 19, 2022 · 6 comments
Closed

mmdet3d version problem #8

YongtaoGe opened this issue Aug 19, 2022 · 6 comments

Comments

@YongtaoGe
Copy link

YongtaoGe commented Aug 19, 2022

Hi, thanks for you work. I found this project is based on mmdet 0.17. I want to know if I use mmdet > 1.0, will I need to modify the code? mmdet3d > 1.0 seems have changed the coordinate system.

@yanwei-li
Copy link
Member

Yes, you are right. It is suggested to use mmdet3d v0.17 for testing. If you use v1.x, due to the change in coordinate system, you need to change the code in 1. data info preparation, 2. nuscenes dataset, 3. box conversion in output.

@YongtaoGe
Copy link
Author

Hi, thanks for your reply. It is appreciated if you could provide a code snippet for the box conversion in output. I found that it seems you already have trained your code in 1.0x in another issue.

@yanwei-li
Copy link
Member

Sorry for the late reply. I have merged the modification to support mmdet3d v1.x. Please try it again~

@YongtaoGe
Copy link
Author

@yanwei-li Thanks for your update. It really helps.

@yanwei-li
Copy link
Member

Hi @YongtaoGe, I also update the data converter. You may need to regenerate the data info in mmdet v1.x following this

python3 extra_tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes_unified

@YongtaoGe
Copy link
Author

Thanks @yanwei-li. I will have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants