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

What is self.pos_xyz(xyz) #35

Open
songtianhui opened this issue Apr 6, 2022 · 2 comments
Open

What is self.pos_xyz(xyz) #35

songtianhui opened this issue Apr 6, 2022 · 2 comments

Comments

@songtianhui
Copy link

Hello, thanks for your work!
I am reading the code but get confused about some details.
In the class Point_Transformer_Last, the self.pos_xyz is not defined in the section.
What does the operation specifically do and where can I find the definition of it?
Appreciate!

@MenghaoGuo
Copy link
Owner

It means that we considers the input coordinates in the middle layer, and we found it can play a good role in preventing overfitting on modelnet40.

@songtianhui
Copy link
Author

It means that we considers the input coordinates in the middle layer, and we found it can play a good role in preventing overfitting on modelnet40.

Thanks for reply!
But what I do wonder is where can I find the implemention (source code) of the method self.pos_xyz(). It seems that there is no definition of it in the project.

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