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-wise Refinement] How to re-sample N selected hard voxels features? #1

Open
mosjoker opened this issue May 9, 2024 · 1 comment

Comments

@mosjoker
Copy link

mosjoker commented May 9, 2024

Great job. I have a question. Voxel-wise Refinement Module
Given N selected hard voxels,3D volume features dim:X' x Y' x Z' x D;N voxels selected in Pcoarse X x Y x Z x C.
How to re-sample their corresponding features from the fine-grained 3D volume features F? (coordinates?Can you explain in more detail?)

regard 3D volume features dim X' x Y' x Z' x D and Pcoarse dims X x Y x Z x C as identical(only scaling or cropping)? take the corresponding index or re-projection

Thank you

@songw-zju
Copy link
Owner

Thanks for your interest. In the actual implementation, we adopt the normalized coordinates of selected N voxels, and then use the mesh_grid function in Pytorch to sample features from the fine-grained voxel features.

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