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 attaching the absolute positions of the neighbor points #1

Open
winnechan opened this issue Sep 29, 2022 · 1 comment
Open

About attaching the absolute positions of the neighbor points #1

winnechan opened this issue Sep 29, 2022 · 1 comment

Comments

@winnechan
Copy link

Hi, thanks for your excellent work first. I am curious about how to make the pointnet++ trainable in DDPM by attaching the absolute positions of the neighbor points. After reading your code, this operation only happens in the FeatureMapModule with knn query, where the absolute positions are concatenated with their features for the neighbour points. Is that right?

@ZhaoyangLyu
Copy link
Owner

Hi, thanks for your question! It also happens in pointnet2_with_pcld_condition.py at line 321-323.

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