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

Support training of Voxel Mamba on Waymo #1693

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gwenzhang
Copy link

@gwenzhang gwenzhang commented Dec 13, 2024

Motivation

Support Voxel Mamba (https://arxiv.org/abs/2406.10700) in Openpcdet.

Modification

Add file pcdet/models/backbones_3d/voxel_mamba.py, which includes the sparse backbone of Voxel Mamba.
Add file pcdet/models/model_utils/voxel_mamba_utils.py, which includes the utility functions for Voxel Mamba.
Add file tools/process_tools/create_hilbert_curve.py, which includes the template codes for Voxel Mamba.
Change file pcdet/models/backbones_3d/__init__.py, which adds the Voxel Mamba in the init file.

Mamba

Download the mamba package from https://github.com/gwenzhang/Voxel-Mamba/tree/master/mamba or google drive (https://drive.google.com/file/d/12BfIyvsA_BiX3IzgTEFfhd6RCEigQPvW/view?usp=drive_link) and pip install -e . in local file for the reason (#960).

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.

1 participant