File size: 1,237 Bytes
711f73a
 
 
 
 
9ab4203
 
711f73a
 
 
 
 
 
 
 
 
 
9ab4203
 
 
 
 
 
 
 
 
 
711f73a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ab4203
 
 
711f73a
 
 
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
---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Painting
          '1': aluminum
          '2': asphalt
          '3': brick
          '4': cement
          '5': cloth
          '6': dry_leaf
          '7': glass
          '8': grass
          '9': large_limestone
          '10': leaf
          '11': metal_cover
          '12': moss
          '13': paint_cover
          '14': painting_turf
          '15': paper
          '16': pebble
          '17': plastic
          '18': plastic_cover
          '19': root
          '20': sand
          '21': sandPaper
          '22': shale
          '23': small_limestone
          '24': soil
          '25': steel
          '26': stone_asphalt
          '27': stone_brick
          '28': stone_cement
          '29': turf
          '30': wood_chips
  splits:
  - name: train
    num_bytes: 3917650225.635
    num_examples: 93945
  - name: test
    num_bytes: 460005578.696
    num_examples: 6066
  download_size: 3178948644
  dataset_size: 4377655804.331
---