jonathan-roberts1 commited on
Commit
dad95a2
·
1 Parent(s): 672e844

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: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': airplane
11
+ '1': airport
12
+ '2': artificial dense forest land
13
+ '3': artificial sparse forest land
14
+ '4': bare land
15
+ '5': basketball court
16
+ '6': blue structured factory building
17
+ '7': building
18
+ '8': construction site
19
+ '9': cross river bridge
20
+ '10': crossroads
21
+ '11': dense tall building
22
+ '12': dock
23
+ '13': fish pond
24
+ '14': footbridge
25
+ '15': graff
26
+ '16': grassland
27
+ '17': irregular farmland
28
+ '18': low scattered building
29
+ '19': medium density scattered building
30
+ '20': medium density structured building
31
+ '21': natural dense forest land
32
+ '22': natural sparse forest land
33
+ '23': oil tank
34
+ '24': overpass
35
+ '25': parking lot
36
+ '26': plastic greenhouse
37
+ '27': playground
38
+ '28': railway
39
+ '29': red structured factory building
40
+ '30': refinery
41
+ '31': regular farmland
42
+ '32': scattered blue roof factory building
43
+ '33': scattered red roof factory building
44
+ '34': sewage plant-type-one
45
+ '35': sewage plant-type-two
46
+ '36': ship
47
+ '37': solar power station
48
+ '38': sparse residential area
49
+ '39': square
50
+ '40': steelworks
51
+ '41': storage land
52
+ '42': tennis court
53
+ '43': thermal power plant
54
+ '44': vegetable plot
55
+ '45': water
56
+ splits:
57
+ - name: train
58
+ num_bytes: 1309513185.436
59
+ num_examples: 17516
60
+ download_size: 1784420535
61
+ dataset_size: 1309513185.436
62
+ ---
63
+ # Dataset Card for "RSD46-WHU"
64
+
65
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)