| --- |
| license: cc-by-4.0 |
| language: |
| - en |
| tags: |
| - Image Stitching |
| - OBJ-GSP |
| size_categories: |
| - n<1K |
| pretty_name: StitchBench |
| --- |
| |
| This is the official HF repo for StitchBench, a comprehensive image stitching benchmark, proposed in Object-level Geometric Structure Preserving for Natural Image Stitching (OBJ-GSP). |
|
|
| You can download the images by: |
| ``` |
| from huggingface_hub import snapshot_download |
| |
| repo_id = "RussRobin/StitchBench" |
| local_dir = "./StitchBench" |
| |
| snapshot_download(repo_id=repo_id, repo_type="dataset", local_dir=local_dir) |
| ``` |
|
|
|
|
| AAAI 2025 Paper: |
| https://arxiv.org/abs/2402.12677 |
|
|
| GitHub: |
| https://github.com/RussRobin/OBJ-GSP |
|
|
| A Challenging Aerial Image Stitching Benchmark: |
| https://huggingface.co/datasets/RussRobin/Aerial234 |