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

A question about Formula(6) in the paper. #20

Open
zou-longkun opened this issue Apr 30, 2021 · 2 comments
Open

A question about Formula(6) in the paper. #20

zou-longkun opened this issue Apr 30, 2021 · 2 comments

Comments

@zou-longkun
Copy link

Hi, I am confused about the formula(6)in the paper. What does h_i_s/h_i_t in the formula(6) mean and how is it calculated?

@canqin001
Copy link
Owner

Hi,
h_i_s and h_j_t mean the deep features of source and target samples respectively and i and j represent the i-th and j-th index of the sample. We directly extract the h from the pointnet.

@zou-longkun
Copy link
Author

Thanks for your reply! It seems that h_i_s and h_i_t just mean SA node features, and they are obtained by concatenating all node features together since it can be seen from in line #124 or line #l29 of Model.py:feat_node = feat_ori.view(batch_size, -1). Is that correct?

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