jonathan-roberts1 commited on
Commit
b0a8854
1 Parent(s): a3cf797

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label_1
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': transportation
9
+ '1': other objects
10
+ '2': woodland
11
+ '3': water area
12
+ '4': other land
13
+ '5': cultivated land
14
+ '6': construction land
15
+ - name: label_2
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': parking lot
20
+ '1': avenue
21
+ '2': highway
22
+ '3': bridge
23
+ '4': marina
24
+ '5': crossroads
25
+ '6': airport runway
26
+ '7': pipeline
27
+ '8': town
28
+ '9': airplane
29
+ '10': forest
30
+ '11': mangrove
31
+ '12': artificial grassland
32
+ '13': river protection forest
33
+ '14': shrubwood
34
+ '15': sapling
35
+ '16': sparse forest
36
+ '17': lakeshore
37
+ '18': river
38
+ '19': stream
39
+ '20': coastline
40
+ '21': hirst
41
+ '22': dam
42
+ '23': sea
43
+ '24': snow mountain
44
+ '25': sandbeach
45
+ '26': mountain
46
+ '27': desert
47
+ '28': dry farm
48
+ '29': green farmland
49
+ '30': bare land
50
+ '31': city building
51
+ '32': residents
52
+ '33': container
53
+ '34': storage room
54
+ - name: image
55
+ dtype: image
56
+ splits:
57
+ - name: train
58
+ num_bytes: 4901667781.625
59
+ num_examples: 24747
60
+ download_size: 4198991130
61
+ dataset_size: 4901667781.625
62
+ ---
63
+ # Dataset Card for "RSI-CB256"
64
+
65
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)