Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Confusions about features used for similarity #43

Open
Holmes-GU opened this issue Sep 18, 2023 · 1 comment
Open

Confusions about features used for similarity #43

Holmes-GU opened this issue Sep 18, 2023 · 1 comment

Comments

@Holmes-GU
Copy link

Holmes-GU commented Sep 18, 2023

Hi:

Thanks for sharing the codes. When reading file models/pointbert/point_encoder.py, I find it difficult to understand why the class token x[:, 0] is concatenated with the maximum of patches x[:, 1:].max(1)[0], as shown in the figure. Would you like to give some reasons for this operation?

Thanks.

image
@Tycho-Xue
Copy link
Collaborator

Hi @Holmes-GU , we followed how point bert is getting a single feature output for classification, I guess it's just a kind of way to aggregate information. other kind of aggregation should also work.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants