jonathan-roberts1
commited on
Commit
·
15a622e
1
Parent(s):
ed8cb65
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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': baseball diamond
|
13 |
+
'3': basketball court
|
14 |
+
'4': beach
|
15 |
+
'5': bridge
|
16 |
+
'6': chaparral
|
17 |
+
'7': church
|
18 |
+
'8': circular farmland
|
19 |
+
'9': commercial area
|
20 |
+
'10': dense residential
|
21 |
+
'11': desert
|
22 |
+
'12': forest
|
23 |
+
'13': freeway
|
24 |
+
'14': golf course
|
25 |
+
'15': ground track field
|
26 |
+
'16': harbor
|
27 |
+
'17': industrial area
|
28 |
+
'18': intersection
|
29 |
+
'19': island
|
30 |
+
'20': lake
|
31 |
+
'21': meadow
|
32 |
+
'22': medium residential
|
33 |
+
'23': mobile home park
|
34 |
+
'24': mountain
|
35 |
+
'25': overpass
|
36 |
+
'26': parking lot
|
37 |
+
'27': railway
|
38 |
+
'28': rectangular farmland
|
39 |
+
'29': roundabout
|
40 |
+
'30': runway
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 25100636.72
|
44 |
+
num_examples: 1860
|
45 |
+
download_size: 25105452
|
46 |
+
dataset_size: 25100636.72
|
47 |
+
---
|
48 |
+
# Dataset Card for "Optimal-31"
|
49 |
+
|
50 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|