Closed hellocasper closed 2 years ago
Hi @hellocasper, we use the pre-trained model from the authors' repository: https://github.com/tensorflow/models/blob/master/research/delf/delf/python/delg/DELG_INSTRUCTIONS.md
Hope that helps.
Hi @Tobias-Fischer, thanks for your help and quick reply! Should I transfer the model to PyTorch first, as I notice the official repository is based on TensorFlow?
We used the official repository without any changes (i.e. we used tensorflow) for the DELG comparisons.
OK, thanks! @Tobias-Fischer
Hi, thank you for sharing this great work. In the official paper, DELG achieves the top performance on some datasets. May I know how to reproduce those results of DELG? Do you use the pre-trained model or fine-tune it on Pitts30k/MSLS?