Datasets:
jonathan-roberts1
commited on
Commit
·
75edf4d
1
Parent(s):
8eccae7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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': cloud
|
20 |
+
'10': commercial_area
|
21 |
+
'11': dense_residential
|
22 |
+
'12': desert
|
23 |
+
'13': forest
|
24 |
+
'14': freeway
|
25 |
+
'15': golf_course
|
26 |
+
'16': ground_track_field
|
27 |
+
'17': harbor
|
28 |
+
'18': industrial_area
|
29 |
+
'19': intersection
|
30 |
+
'20': island
|
31 |
+
'21': lake
|
32 |
+
'22': meadow
|
33 |
+
'23': medium_residential
|
34 |
+
'24': mobile_home_park
|
35 |
+
'25': mountain
|
36 |
+
'26': overpass
|
37 |
+
'27': palace
|
38 |
+
'28': parking_lot
|
39 |
+
'29': railway
|
40 |
+
'30': railway_station
|
41 |
+
'31': rectangular_farmland
|
42 |
+
'32': river
|
43 |
+
'33': roundabout
|
44 |
+
'34': runway
|
45 |
+
'35': sea_ice
|
46 |
+
'36': ship
|
47 |
+
'37': snowberg
|
48 |
+
'38': sparse_residential
|
49 |
+
'39': stadium
|
50 |
+
'40': storage_tank
|
51 |
+
'41': tennis_court
|
52 |
+
'42': terrace
|
53 |
+
'43': thermal_power_station
|
54 |
+
'44': wetland
|
55 |
+
splits:
|
56 |
+
- name: train
|
57 |
+
num_bytes: 381151705.0
|
58 |
+
num_examples: 31500
|
59 |
+
download_size: 424827902
|
60 |
+
dataset_size: 381151705.0
|
61 |
+
---
|
62 |
+
# Dataset Card for "NWPU-RESISC45"
|
63 |
+
|
64 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|