Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
The MapData dataset test set from the paper [MapGlue: Multimodal Remote Sensing Image Matching](https://arxiv.org/abs/2503.16185)
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
If you use this dataset please cite the following paper:
|
| 9 |
+
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{wu2025mapglue,
|
| 12 |
+
title={Mapglue: Multimodal remote sensing image matching},
|
| 13 |
+
author={Wu, Peihao and Yao, Yongxiang and Zhang, Wenfei and Wei, Dong and Wan, Yi and Li, Yansheng and Zhang, Yongjun},
|
| 14 |
+
journal={arXiv preprint arXiv:2503.16185},
|
| 15 |
+
year={2025}
|
| 16 |
+
}
|
| 17 |
+
```
|