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

Add support for VoxelNeXt #1309

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Add support for VoxelNeXt #1309

merged 2 commits into from
Apr 3, 2023

Conversation

yukang2017
Copy link
Contributor

@yukang2017 yukang2017 commented Apr 2, 2023

Hi,

This is a pull request for VoxelNeXt. VoxelNeXt is a simple, and fully-sparse 3D object detector. The core idea is to predict objects directly upon sparse voxel features. This work has been accepted by CVPR 2023.

For this pull request, it contains
(1) backbone, head, detector in pcdet/models.
(2) argoverse2 dataset in pcdet/datasets.
(3) config files for nuScenes/Waymo/Argoverse2 datasets in tools/cfgs.
(4) updated README that includes the introduction of VoxelNeXt.
(5) some sparse loss functions in pcdet/utils/loss_utils.py.
(6) some utils in pcdet/models/model_utils/centernet_utils.py.

I have already tested both inference and training upon this code. Please feel free to contact me if there are any issues.

Regards,
Yukang Chen

@jihanyang jihanyang merged commit 83954d0 into open-mmlab:master Apr 3, 2023
@malicd
Copy link
Contributor

malicd commented Apr 5, 2023

Code for argoverse2 data preparation is here and respective documentation is here. Thanks for the amazing work!

@jihanyang
Copy link
Collaborator

@malicd Thank you for your reminder. We will also include these documentations in pcdet. Thanks Yukang @yukang2017 .

@yukang2017
Copy link
Contributor Author

@malicd Thanks. We will merge them soon.

@yukang2017
Copy link
Contributor Author

Note that it seems that there are some bugs for training VoxelNeXt on spconv 2.2/2.3 version. We are trying to fix it. Before we finish this, please use spconv in 2.1, e.g., spconv==2.1.25 for training!

ahmedius2 pushed a commit to CSL-KU/Anytime-Lidar that referenced this pull request Apr 19, 2023
@ryanyej
Copy link

ryanyej commented Apr 28, 2024

Did this question solved?

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

Successfully merging this pull request may close these issues.

4 participants