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

Voxel features are all zero #76

Open
HLJT opened this issue Oct 20, 2023 · 3 comments
Open

Voxel features are all zero #76

HLJT opened this issue Oct 20, 2023 · 3 comments

Comments

@HLJT
Copy link

HLJT commented Oct 20, 2023

voxel_features, voxel_coords = self.voxelization(features, coords)

right now I am using CUDA 11.3 and Pytorch 1.12 and I have the exact issue, without giving any error, the code runs and produces an all zero tensor for the voxel volume despite that point cloud has non-zero features.

I am wondering if you tried the code with a more recent version of CUDA and Pytorch

@zhijian-liu
Copy link
Collaborator

We haven't tried the code with the latest CUDA and PyTorch. Could you try out the older CUDA and PyTorch to see whether that works? Thanks!

@HLJT
Copy link
Author

HLJT commented Oct 21, 2023

I am so glad to receive your reply. As you said, I have also tried pytorch1.5 and cuda10.2, and the API is torch check, but the problem still hasn't been solved. Can you guess where the problem might be?

@HLJT
Copy link
Author

HLJT commented Oct 22, 2023

At the beginning, I didn't know that the voxels before avg were all 0, and I tested the model trained in this case, and it was strange that the classification IOU was normal, ranging from about 70-95%. Can you have a reasonable explanation?

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