SatwikKambham commited on
Commit
171c9db
1 Parent(s): 533e190

Update README

Browse files
Files changed (1) hide show
  1. README.md +68 -30
README.md CHANGED
@@ -3,37 +3,75 @@ 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
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
42
+
43
+ There are 100 images for each of the following classes:
44
+
45
+ - agricultural
46
+ - airplane
47
+ - baseballdiamond
48
+ - beach
49
+ - buildings
50
+ - chaparral
51
+ - denseresidential
52
+ - forest
53
+ - freeway
54
+ - golfcourse
55
+ - harbor
56
+ - intersection
57
+ - mediumresidential
58
+ - mobilehomepark
59
+ - overpass
60
+ - parkinglot
61
+ - river
62
+ - runway
63
+ - sparseresidential
64
+ - storagetanks
65
+ - tenniscourt
66
+
67
+ Each image measures 256x256 pixels.
68
+
69
+ The images were manually extracted from large images from the USGS National Map Urban Area Imagery collection for various urban areas around the country. The pixel resolution of this public domain imagery is 1 foot.
70
+
71
+ ### Original Dataset Source
72
+
73
+ For more information about the original UC Merced Land Use dataset, please visit the official dataset page:
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.