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

Question about a code implementation #13

Open
xxxxhh opened this issue Oct 24, 2022 · 1 comment
Open

Question about a code implementation #13

xxxxhh opened this issue Oct 24, 2022 · 1 comment

Comments

@xxxxhh
Copy link

xxxxhh commented Oct 24, 2022

Hi, thanks for your wonderful and neat work.

I have a confusion about a code implementation: What does the function ".dense()" mean in the following line? @chaytonmin

https://github.com/chaytonmin/Voxel-MAE/blob/e191ce4d21165f86bb205eec2444cf770c2edd37/pcdet/models/backbones_3d/voxel_mae.py#L212

Hopefully to get your help~

@chaytonmin
Copy link
Owner

Hi, thanks for your wonderful and neat work.

I have a confusion about a code implementation: What does the function ".dense()" mean in the following line? @chaytonmin

https://github.com/chaytonmin/Voxel-MAE/blob/e191ce4d21165f86bb205eec2444cf770c2edd37/pcdet/models/backbones_3d/voxel_mae.py#L212

Hopefully to get your help~

'.dense()' is used to change from the sparse format to the common format.
More details can be found in Spconv https://github.com/traveller59/spconv.

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