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

Regarding a comment issue in the code 'LocalTransformer', personally I think the comment may be wrong. #10

Open
Camellia-hz opened this issue Jan 3, 2023 · 0 comments

Comments

@Camellia-hz
Copy link

Camellia-hz commented Jan 3, 2023

output_features = F.max_pool2d(transformed_feats, kernel_size=[1, ns]) # (B, C, npoint)
在论文当中,关于LocalTransformer作者提到是针对每个local region进行maxpool操作。
这样一来,关于上面这行代码,不应该改为output_features = F.max_pool2d(transformed_feats, kernel_size=[1, np])吗?前面的维度变换代码也需要有相应的更改呢?如有错误,烦请批评指正,十分感谢!

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

1 participant