You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Hello, thanks for your work!
I am reading the code but get confused about some details.
In the
class Point_Transformer_Last
, theself.pos_xyz
is not defined in the section.What does the operation specifically do and where can I find the definition of it?
Appreciate!
The text was updated successfully, but these errors were encountered: