File size: 2,771 Bytes
e944743
 
097f71c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4f7dc75
097f71c
 
 
 
 
 
4f7dc75
 
 
 
 
 
 
 
 
 
e944743
4f7dc75
 
 
 
 
86b625a
 
 
 
4f7dc75
 
 
 
 
 
 
 
1afca9b
4f7dc75
 
1afca9b
 
 
 
 
4f7dc75
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
license: cc-by-4.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': banded
          '1': blotchy
          '2': braided
          '3': bubbly
          '4': bumpy
          '5': chequered
          '6': cobwebbed
          '7': cracked
          '8': crosshatched
          '9': crystalline
          '10': dotted
          '11': fibrous
          '12': flecked
          '13': freckled
          '14': frilly
          '15': gauzy
          '16': grid
          '17': grooved
          '18': honeycombed
          '19': interlaced
          '20': knitted
          '21': lacelike
          '22': lined
          '23': marbled
          '24': matted
          '25': meshed
          '26': paisley
          '27': perforated
          '28': pitted
          '29': pleated
          '30': polka-dotted
          '31': porous
          '32': potholed
          '33': scaly
          '34': smeared
          '35': spiralled
          '36': sprinkled
          '37': stained
          '38': stratified
          '39': striped
          '40': studded
          '41': swirly
          '42': veined
          '43': waffled
          '44': woven
          '45': wrinkled
          '46': zigzagged
  splits:
  - name: train
    num_bytes: 226313270.04
    num_examples: 1880
  - name: test
    num_bytes: 172035822
    num_examples: 1880
  - name: validation
    num_bytes: 222278767.48
    num_examples: 1880
  download_size: 629315160
  dataset_size: 620627859.52
task_categories:
- image-classification
language:
- en
tags:
- texture
- computer-vision
pretty_name: Describable Textures Dataset
size_categories:
- 1K<n<10K
---

# Dataset Card for Describable Textures Dataset (DTD)

## Dataset Description

- Homepage: https://www.robots.ox.ac.uk/~vgg/data/dtd/
- Repository: https://github.com/mcimpoi/deep-fbanks 
- Paper: https://openaccess.thecvf.com/content_cvpr_2014/html/Cimpoi_Describing_Textures_in_2014_CVPR_paper.html
- Leaderboard: https://paperswithcode.com/sota/image-classification-on-dtd

### Dataset Summary
Texture classification dataset; consists of 47 categories, 120 images per class.

### Data Splits
Equally split into train, val, test; The original paper proposed 10 splits; recent works (BYOL, arxiv:2006.07733) use only first split.

### Licensing Information
Not defined at https://www.robots.ox.ac.uk/~vgg/data/dtd/

### Citation Information
 @InProceedings{cimpoi14describing,
	      Author    = {M. Cimpoi and S. Maji and I. Kokkinos and S. Mohamed and and A. Vedaldi},
	      Title     = {Describing Textures in the Wild},
	      Booktitle = {Proceedings of the {IEEE} Conf. on Computer Vision and Pattern Recognition ({CVPR})},
	      Year      = {2014}}