Commit ·
19805c8
1
Parent(s): 79dabc5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,76 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
features:
|
| 5 |
- name: image
|
| 6 |
dtype: image
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
configs:
|
| 4 |
+
- SAT_4
|
| 5 |
+
- SAT_6
|
| 6 |
+
- SIRI_WHU
|
| 7 |
+
- NASC_TG2
|
| 8 |
dataset_info:
|
| 9 |
+
- config_name: SAT_4
|
| 10 |
+
features:
|
| 11 |
+
- name: image
|
| 12 |
+
dtype: image
|
| 13 |
+
- name: label
|
| 14 |
+
dtype:
|
| 15 |
+
class_label:
|
| 16 |
+
names:
|
| 17 |
+
'0': barren land
|
| 18 |
+
'1': grassland
|
| 19 |
+
'2': other
|
| 20 |
+
'3': trees
|
| 21 |
+
splits:
|
| 22 |
+
- name: train
|
| 23 |
+
num_bytes: 150589308.0
|
| 24 |
+
num_examples: 100000
|
| 25 |
+
download_size: 177776551
|
| 26 |
+
dataset_size: 150589308.0
|
| 27 |
+
- config_name: SAT_6
|
| 28 |
+
features:
|
| 29 |
+
- name: image
|
| 30 |
+
dtype: image
|
| 31 |
+
- name: label
|
| 32 |
+
dtype:
|
| 33 |
+
class_label:
|
| 34 |
+
names:
|
| 35 |
+
'0': barren land
|
| 36 |
+
'1': building
|
| 37 |
+
'2': grassland
|
| 38 |
+
'3': road
|
| 39 |
+
'4': trees
|
| 40 |
+
'5': water
|
| 41 |
+
splits:
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 120518797.0
|
| 44 |
+
num_examples: 81000
|
| 45 |
+
download_size: 142842069
|
| 46 |
+
dataset_size: 120518797.0
|
| 47 |
+
- config_name: SIRI_WHU
|
| 48 |
+
features:
|
| 49 |
+
- name: image
|
| 50 |
+
dtype: image
|
| 51 |
+
- name: label
|
| 52 |
+
dtype:
|
| 53 |
+
class_label:
|
| 54 |
+
names:
|
| 55 |
+
'0': agriculture
|
| 56 |
+
'1': commercial
|
| 57 |
+
'2': harbor
|
| 58 |
+
'3': idle_land
|
| 59 |
+
'4': industrial
|
| 60 |
+
'5': meadow
|
| 61 |
+
'6': overpass
|
| 62 |
+
'7': park
|
| 63 |
+
'8': pond
|
| 64 |
+
'9': residential
|
| 65 |
+
'10': river
|
| 66 |
+
'11': water
|
| 67 |
+
splits:
|
| 68 |
+
- name: train
|
| 69 |
+
num_bytes: 158215614.4
|
| 70 |
+
num_examples: 2400
|
| 71 |
+
download_size: 147702566
|
| 72 |
+
dataset_size: 158215614.4
|
| 73 |
+
- config_name: NASC_TG2
|
| 74 |
features:
|
| 75 |
- name: image
|
| 76 |
dtype: image
|