Commit
·
dd3ef03
1
Parent(s):
5bc2510
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: label
|
| 5 |
+
sequence:
|
| 6 |
+
class_label:
|
| 7 |
+
names:
|
| 8 |
+
'0': airplane
|
| 9 |
+
'1': airport
|
| 10 |
+
'2': bare soil
|
| 11 |
+
'3': baseball diamond
|
| 12 |
+
'4': basketball court
|
| 13 |
+
'5': beach
|
| 14 |
+
'6': bridge
|
| 15 |
+
'7': buildings
|
| 16 |
+
'8': cars
|
| 17 |
+
'9': chaparral
|
| 18 |
+
'10': cloud
|
| 19 |
+
'11': containers
|
| 20 |
+
'12': crosswalk
|
| 21 |
+
'13': dense residential area
|
| 22 |
+
'14': desert
|
| 23 |
+
'15': dock
|
| 24 |
+
'16': factory
|
| 25 |
+
'17': field
|
| 26 |
+
'18': football field
|
| 27 |
+
'19': forest
|
| 28 |
+
'20': freeway
|
| 29 |
+
'21': golf course
|
| 30 |
+
'22': grass
|
| 31 |
+
'23': greenhouse
|
| 32 |
+
'24': gully
|
| 33 |
+
'25': habor
|
| 34 |
+
'26': intersection
|
| 35 |
+
'27': island
|
| 36 |
+
'28': lake
|
| 37 |
+
'29': mobile home
|
| 38 |
+
'30': mountain
|
| 39 |
+
'31': overpass
|
| 40 |
+
'32': park
|
| 41 |
+
'33': parking lot
|
| 42 |
+
'34': parkway
|
| 43 |
+
'35': pavement
|
| 44 |
+
'36': railway
|
| 45 |
+
'37': railway station
|
| 46 |
+
'38': river
|
| 47 |
+
'39': road
|
| 48 |
+
'40': roundabout
|
| 49 |
+
'41': runway
|
| 50 |
+
'42': sand
|
| 51 |
+
'43': sea
|
| 52 |
+
'44': ships
|
| 53 |
+
'45': snow
|
| 54 |
+
'46': snowberg
|
| 55 |
+
'47': sparse residential area
|
| 56 |
+
'48': stadium
|
| 57 |
+
'49': swimming pool
|
| 58 |
+
'50': tanks
|
| 59 |
+
'51': tennis court
|
| 60 |
+
'52': terrace
|
| 61 |
+
'53': track
|
| 62 |
+
'54': trail
|
| 63 |
+
'55': transmission tower
|
| 64 |
+
'56': trees
|
| 65 |
+
'57': water
|
| 66 |
+
'58': wetland
|
| 67 |
+
'59': wind turbine
|
| 68 |
+
- name: image
|
| 69 |
+
dtype: image
|
| 70 |
+
splits:
|
| 71 |
+
- name: train
|
| 72 |
+
num_bytes: 1327782862.875
|
| 73 |
+
num_examples: 109161
|
| 74 |
+
download_size: 1304951717
|
| 75 |
+
dataset_size: 1327782862.875
|
| 76 |
+
---
|
| 77 |
+
# Dataset Card for "test"
|
| 78 |
+
|
| 79 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|