SatwikKambham commited on
Commit
0b91d4d
1 Parent(s): 171c9db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -31
README.md CHANGED
@@ -3,39 +3,42 @@ license: cc0-1.0
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
  ---
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.