Commit ·
0b91d4d
1
Parent(s): 171c9db
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,39 +3,42 @@ license: cc0-1.0
|
|
| 3 |
dataset_info:
|
| 4 |
config_name: ucmerced_landuse
|
| 5 |
features:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
splits:
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
download_size: 332468434
|
| 38 |
dataset_size: 406563
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
This is a 21 class land use image dataset meant for research purposes.
|
|
@@ -74,4 +77,4 @@ For more information about the original UC Merced Land Use dataset, please visit
|
|
| 74 |
|
| 75 |
[UC Merced Land Use Dataset](http://weegee.vision.ucmerced.edu/datasets/landuse.html)
|
| 76 |
|
| 77 |
-
Please refer to the original dataset source for any additional details, citations, or specific usage guidelines provided by the dataset creators.
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
config_name: ucmerced_landuse
|
| 5 |
features:
|
| 6 |
+
- name: img
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': agricultural
|
| 13 |
+
'1': airplane
|
| 14 |
+
'2': baseballdiamond
|
| 15 |
+
'3': beach
|
| 16 |
+
'4': buildings
|
| 17 |
+
'5': chaparral
|
| 18 |
+
'6': denseresidential
|
| 19 |
+
'7': forest
|
| 20 |
+
'8': freeway
|
| 21 |
+
'9': golfcourse
|
| 22 |
+
'10': harbor
|
| 23 |
+
'11': intersection
|
| 24 |
+
'12': mediumresidential
|
| 25 |
+
'13': mobilehomepark
|
| 26 |
+
'14': overpass
|
| 27 |
+
'15': parkinglot
|
| 28 |
+
'16': river
|
| 29 |
+
'17': runway
|
| 30 |
+
'18': sparseresidential
|
| 31 |
+
'19': storagetanks
|
| 32 |
+
'20': tenniscourt
|
| 33 |
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 406563
|
| 36 |
+
num_examples: 2100
|
| 37 |
download_size: 332468434
|
| 38 |
dataset_size: 406563
|
| 39 |
+
task_categories:
|
| 40 |
+
- image-classification
|
| 41 |
+
pretty_name: UC Merced Land Use
|
| 42 |
---
|
| 43 |
|
| 44 |
This is a 21 class land use image dataset meant for research purposes.
|
|
|
|
| 77 |
|
| 78 |
[UC Merced Land Use Dataset](http://weegee.vision.ucmerced.edu/datasets/landuse.html)
|
| 79 |
|
| 80 |
+
Please refer to the original dataset source for any additional details, citations, or specific usage guidelines provided by the dataset creators.
|