-
Notifications
You must be signed in to change notification settings - Fork 73
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
[FIXED] Bug in the self-attention GNN. #15
Comments
In the similar manner we are now also retraining the ModelNet and KITTI models and will update the arxiv paper once all results are available. If you have any questions in the meantime please just contact us directly. Best, |
This issue has now been fixed for all the models with both backbones (MinkowskiEngine and KPConv). The fix increases the performance across all tasks. New values can be seen in the updated version of the paper. We have also updated all the pretrained models such that it should be possible to reproduce the latest values. Thank you for your patience. Best, |
As correctly noticed by @zhulf0804 (thank you), there was a bug in our implementation of the GNN, which actually led to lower performance of PREDATOR. The bug was fixed in the Pull Request #14. We have now retrained the model on the 3DMatch dataset and obtained a higher performance (see Figure below). We are also retraining PREDATOR on other dataset and will update the tables in the following days.
Note, due to the change of the GNN architecture old pretrained models will not work anymore, so make sure to always have the latest version.
The text was updated successfully, but these errors were encountered: