Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,37 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: ntu-slab-license
|
| 4 |
license_link: https://github.com/IceClear/StableSR/blob/main/LICENSE.txt
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: ntu-slab-license
|
| 4 |
license_link: https://github.com/IceClear/StableSR/blob/main/LICENSE.txt
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-to-image
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# StableSR TestSets Card
|
| 10 |
+
These test sets are used associated with the StableSR, available [here](https://github.com/IceClear/StableSR).
|
| 11 |
+
|
| 12 |
+
## Data Details
|
| 13 |
+
- **Developed by:** Jianyi Wang
|
| 14 |
+
- **Data type:** Synthetic and real-world test sets for image super-resolution
|
| 15 |
+
- **License:** [S-Lab License 1.0](https://github.com/IceClear/StableSR/blob/main/LICENSE.txt)
|
| 16 |
+
- **Data Description:** The test sets are used to reproduce the metric results shown in [Paper](https://arxiv.org/abs/2305.07015).
|
| 17 |
+
- **Resources for more information:** [GitHub Repository](https://github.com/IceClear/StableSR).
|
| 18 |
+
- **Cite as:**
|
| 19 |
+
|
| 20 |
+
@InProceedings{wang2023exploiting,
|
| 21 |
+
author = {Wang, Jianyi and Yue, Zongsheng and Zhou, Shangchen and Chan, Kelvin CK and Loy, Chen Change},
|
| 22 |
+
title = {Exploiting Diffusion Prior for Real-World Image Super-Resolution},
|
| 23 |
+
booktitle = {arXiv preprint arXiv:2305.07015},
|
| 24 |
+
year = {2023},
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
# Uses
|
| 28 |
+
Please refer to [S-Lab License 1.0](https://github.com/IceClear/StableSR/blob/main/LICENSE.txt)
|
| 29 |
+
|
| 30 |
+
We currently provide the following test sets:
|
| 31 |
+
|
| 32 |
+
- DIV2K_Val: 3000 synthetic data pairs on the validation of [DIV2K](https://data.vision.ee.ethz.ch/cvl/DIV2K/) generated used the same degradation used for training StableSR.
|
| 33 |
+
- RealSR Val: Center-cropped data pairs on [RealSRv3](https://github.com/csjcai/RealSR).
|
| 34 |
+
- DRealSR Val: Center-cropped data pairs on [DRealSR](https://github.com/xiezw5/Component-Divide-and-Conquer-for-Real-World-Image-Super-Resolution).
|
| 35 |
+
- DPED Val: Center-cropped LQ-only data on [DPED](https://github.com/aiff22/DPED).
|
| 36 |
+
|
| 37 |
+
## Evaluation Results
|
| 38 |
+
See [Paper](https://arxiv.org/abs/2305.07015) for details.
|