-
Notifications
You must be signed in to change notification settings - Fork 111
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
Questions about kNN query and query generator #48
Comments
Hi, thanks for your interest in our paper.
Sorry that i can not understand the point you are confused. We only initialize the query for the first layer decoder, and the attention results of SA layer with be fused with the results from kNN-based module (https://github.com/yuxumin/PoinTr/blob/master/models/Transformer.py#L166-L167). For details, please refer to the source code (https://github.com/yuxumin/PoinTr/blob/master/models/Transformer.py#L229-L391) |
Thank you for the quick answer.
|
|
Close it since no response. Feel free to re-open it if problems still exist |
Hi,
thank you for the great paper. I have some questions about the kNN query and the query generator:
Thank you for your help.
The text was updated successfully, but these errors were encountered: