Datasets:
Add task category, language, size category, and descriptive tags to dataset card
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -32,6 +32,17 @@ configs:
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# SA-Text
|
@@ -57,12 +68,10 @@ This dataset is tailored for TAIR task, which aims to restore both visual qualit
|
|
57 |
|
58 |
## Citation
|
59 |
Please cite the following paper if you use this dataset:
|
60 |
-
```
|
61 |
-
{
|
62 |
-
@article{min2024textaware,
|
63 |
title={Text-Aware Image Restoration with Diffusion Models},
|
64 |
author={Min, Jaewon and Kim, Jin Hyeon and Cho, Paul Hyunbin and Lee, Jaeeun and Park, Jihye and Park, Minkyu and Kim, Sangpil and Park, Hyunhee and Kim, Seungryong},
|
65 |
journal={arXiv preprint arXiv:2506.09993},
|
66 |
year={2025}
|
67 |
-
}
|
68 |
-
```
|
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
35 |
+
task_categories:
|
36 |
+
- image-to-image
|
37 |
+
language:
|
38 |
+
- en
|
39 |
+
size_categories:
|
40 |
+
- 100K<n<1M
|
41 |
+
tags:
|
42 |
+
- image-restoration
|
43 |
+
- text-recognition
|
44 |
+
- diffusion-models
|
45 |
+
- scene-text
|
46 |
---
|
47 |
|
48 |
# SA-Text
|
|
|
68 |
|
69 |
## Citation
|
70 |
Please cite the following paper if you use this dataset:
|
71 |
+
```bibtex
|
72 |
+
@article{min2024textaware,
|
|
|
73 |
title={Text-Aware Image Restoration with Diffusion Models},
|
74 |
author={Min, Jaewon and Kim, Jin Hyeon and Cho, Paul Hyunbin and Lee, Jaeeun and Park, Jihye and Park, Minkyu and Kim, Sangpil and Park, Hyunhee and Kim, Seungryong},
|
75 |
journal={arXiv preprint arXiv:2506.09993},
|
76 |
year={2025}
|
77 |
+
}
|
|