Datasets:
Add link to paper and task category
#3
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# OpenRR-5k
|
| 8 |
+
|
| 9 |
+
The OpenRR-5k dataset is a large-scale benchmark for single-image reflection removal (SIRR) in the wild, introduced as part of the [NTIRE 2026 Challenge on Single Image Reflection Removal in the Wild: Datasets, Results, and Methods](https://huggingface.co/papers/2604.10321).
|
| 10 |
+
|
| 11 |
+
The dataset consists of real-world images covering a variety of reflection scenarios and intensities.
|
| 12 |
+
|
| 13 |
+
GitHub Repository: [caijie0620/OpenRR-5k](https://github.com/caijie0620/OpenRR-5k)
|
| 14 |
+
|
| 15 |
+
## Dataset Structure
|
| 16 |
+
|
| 17 |
+
The dataset consists of the following components:
|
| 18 |
+
- `train_5000.zip`: contains 5,000 paired input images and corresponding ground truth (GT) images.
|
| 19 |
+
- `val_300_blended.zip`: contains 300 validation input images.
|
| 20 |
+
- `val_300_transmission.zip`: contains 300 validation ground truth images.
|
| 21 |
+
- `test_100_blended.zip`: contains 100 test input images (without ground truth).
|
| 22 |
+
|
| 23 |
+
For more details regarding the challenge, please visit the [CodaBench Competition](https://www.codabench.org/competitions/12971/) page.
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
|
| 27 |
+
If you find this dataset helpful in your research, please cite the following work:
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@inproceedings{cai2025openrr,
|
| 31 |
+
title={Openrr-5k: A large-scale benchmark for reflection removal in the wild},
|
| 32 |
+
author={Cai, Jie and Yang, Kangning and Ouyang, Ling and Fu, Lan and Ding, Jiaming and Shen, Jinglin and Meng, Zibo},
|
| 33 |
+
booktitle={2025 IEEE 8th International Conference on Multimedia Information Processing and Retrieval (MIPR)},
|
| 34 |
+
pages={14--19},
|
| 35 |
+
year={2025},
|
| 36 |
+
organization={IEEE}
|
| 37 |
+
}
|
| 38 |
+
```
|