Datasets:
Improve dataset card: Add project page and tags (#1)
Browse files- Improve dataset card: Add project page and tags (0e605abfa287f0d903708fa5925e2e8d5dfad1ef)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
license_name: pi-lab-license-1.0
|
| 4 |
-
license_link: LICENSE
|
| 5 |
-
task_categories:
|
| 6 |
-
- image-to-image
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# The NKUSR8K dataset is proposed in the paper: _DiT4SR: Taming Diffusion Transformer for Real-World Image Super-Resolution_
|
| 12 |
|
| 13 |
[Paper](https://arxiv.org/abs/2503.23580)
|
|
|
|
| 14 |
|
| 15 |
-
This dataset is mainly focused on plants, architecture, and street scenes, aiming to facilitate research in high-quality image super-resolution, especially for outdoor and real-world scenes.
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
size_categories:
|
| 4 |
- n<1K
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-to-image
|
| 7 |
+
license_name: pi-lab-license-1.0
|
| 8 |
+
license_link: LICENSE
|
| 9 |
+
tags:
|
| 10 |
+
- super-resolution
|
| 11 |
+
- diffusion-models
|
| 12 |
---
|
| 13 |
|
| 14 |
# The NKUSR8K dataset is proposed in the paper: _DiT4SR: Taming Diffusion Transformer for Real-World Image Super-Resolution_
|
| 15 |
|
| 16 |
[Paper](https://arxiv.org/abs/2503.23580)
|
| 17 |
+
[Project Page](https://adam-duan.github.io/projects/dit4sr/)
|
| 18 |
|
| 19 |
+
This dataset is mainly focused on plants, architecture, and street scenes, aiming to facilitate research in high-quality image super-resolution, especially for outdoor and real-world scenes.
|