PointDAN icon indicating copy to clipboard operation
PointDAN copied to clipboard

A question about Formula(6) in the paper.

Open zou-longkun opened this issue 3 years ago • 2 comments

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?

zou-longkun avatar Apr 30 '21 08:04 zou-longkun

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.

canqin001 avatar Apr 30 '21 18:04 canqin001

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?

zou-longkun avatar May 06 '21 10:05 zou-longkun