Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-stitching
|
| 4 |
+
pretty_name: UniStitch_Datasets
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100M<n<1B
|
| 7 |
+
---
|
| 8 |
+
# **UniStitch: Unifying Semantic and Geometric Features for Image Stitching**
|
| 9 |
+
|
| 10 |
+
<p align="center">
|
| 11 |
+
   🖥️ <a href="https://github.com/MmelodYy/UniStitch">GitHub</a>    |   🤗 <a href="https://huggingface.co/Y5Y/UniStitch_model">Hugging Face Model</a>   |    📑 <a href="https://arxiv.org/abs/2603.10568">Paper </a>   
|
| 12 |
+
<br>
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
## Dataset Details
|
| 16 |
+
|
| 17 |
+
The dataset provided here mainly consists of keypoint features extracted for the **UDIS** and **classical** datasets used in the Unistitch paper. You can directly place the **superpoint_lmdb** folder corresponding to this dataset into the folder of the respective sub-dataset, ensuring it is at the same level as **input1** and **input2**.
|
| 18 |
+
|
| 19 |
+
| | |
|
| 20 |
+
|---|---|
|
| 21 |
+
| **Developed by** | Yuan Mei, Lang Nie, Kang Liao, Yunqiu Xu, Chunyu Lin, Bin Xiao |
|
| 22 |
+
| **Affiliation** | CQUPT, PolyU, NTU, NUS, BJTU |
|
| 23 |
+
| **First released** | arXiv pre-print, 2026 |
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
### Citation
|
| 27 |
+
If you find Unistitch useful for your research or applications, please cite our paper using the following BibTeX:
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@article{mei2026unistitch,
|
| 31 |
+
title={UniStitch: Unifying Semantic and Geometric Features for Image Stitching},
|
| 32 |
+
author={Mei, Yuan and Nie, Lang and Liao, Kang and Xu, Yunqiu and Lin, Chunyu and Xiao, Bin},
|
| 33 |
+
journal={arXiv preprint arXiv:2603.10568},
|
| 34 |
+
year={2026}
|
| 35 |
+
}
|
| 36 |
+
```
|