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

About the function to get point_features #10

Open
silence-tang opened this issue Feb 16, 2023 · 0 comments
Open

About the function to get point_features #10

silence-tang opened this issue Feb 16, 2023 · 0 comments

Comments

@silence-tang
Copy link

Thanks for your awesome work! I am new to 3D-aware image synthesis and this work inspired me a lot.
I notice that you use your own function grid_sample_3d() to get point_features instead of using F.grid_sample, and I wonder if there is any idea or insight behind it. Thanks again!
# point_features = F.grid_sample(volume, grid_coords, padding_mode='zeros', align_corners=True)
point_features = grid_sample_3d(volume, grid_coords)

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

1 participant