Datasets:
jonathan-roberts1
commited on
Commit
•
6a7642c
1
Parent(s):
0e36251
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: label
|
5 |
+
sequence:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': apron
|
9 |
+
'1': baseball field
|
10 |
+
'2': basketball field
|
11 |
+
'3': beach
|
12 |
+
'4': bridge
|
13 |
+
'5': cemetery
|
14 |
+
'6': commercial
|
15 |
+
'7': farmland
|
16 |
+
'8': woodland
|
17 |
+
'9': golf course
|
18 |
+
'10': greenhouse
|
19 |
+
'11': helipad
|
20 |
+
'12': lake or pond
|
21 |
+
'13': oil field
|
22 |
+
'14': orchard
|
23 |
+
'15': parking lot
|
24 |
+
'16': park
|
25 |
+
'17': pier
|
26 |
+
'18': port
|
27 |
+
'19': quarry
|
28 |
+
'20': railway
|
29 |
+
'21': residential
|
30 |
+
'22': river
|
31 |
+
'23': roundabout
|
32 |
+
'24': runway
|
33 |
+
'25': soccer
|
34 |
+
'26': solar panel
|
35 |
+
'27': sparse shrub
|
36 |
+
'28': stadium
|
37 |
+
'29': storage tank
|
38 |
+
'30': tennis court
|
39 |
+
'31': train station
|
40 |
+
'32': wastewater plant
|
41 |
+
'33': wind turbine
|
42 |
+
'34': works
|
43 |
+
'35': sea
|
44 |
+
- name: image
|
45 |
+
dtype: image
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 867506522.0
|
49 |
+
num_examples: 14000
|
50 |
+
download_size: 867005851
|
51 |
+
dataset_size: 867506522.0
|
52 |
+
---
|
53 |
+
# Dataset Card for "MultiScene"
|
54 |
+
|
55 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|