choidj commited on
Commit
b25b4b9
·
verified ·
1 Parent(s): 8420d68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## About DTD235
6
+
7
+ **DTD235** is a texture-focused test set randomly sampled from the [Describable Textures Dataset (DTD)](https://www.robots.ox.ac.uk/~vgg/data/dtd).
8
+ We release it as a **super-resolution (SR) evaluation** test set to assess how well models capture and preserve fine textures.
9
+ It is currently used in our codebase: **FGA-SR** — https://github.com/HPC-Lab-KOREATECH/FGA-SR
10
+
11
+ ## Reference — Describable Textures Dataset (DTD)
12
+
13
+ If you use DTD or our DTD235 subset, please cite the original DTD paper:
14
+
15
+ - M. Cimpoi, S. Maji, I. Kokkinos, S. Mohamed, A. Vedaldi, **“Describing Textures in the Wild.”** CVPR, 2014.
16
+ [Describable Textures Dataset (VGG, University of Oxford)](https://www.robots.ox.ac.uk/~vgg/data/dtd/)
17
+
18
+ **BibTeX**
19
+ ```bibtex
20
+ @InProceedings{cimpoi14describing,
21
+ Author = {Cimpoi, Mircea and Maji, Subhransu and Kokkinos, Iasonas and Mohamed, Sammy and Vedaldi, Andrea},
22
+ Title = {Describing Textures in the Wild},
23
+ Booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
24
+ Year = {2014}
25
+ }
26
+ ````
27
+
28
+ ## Acknowledgments
29
+
30
+ We thank the creators of DTD and the Visual Geometry Group (VGG), University of Oxford, for releasing the dataset for research.
31
+ **DTD235** is a small subset **randomly sampled** from DTD; please refer to the DTD page for terms of use and citation.