vigneshwar472 commited on
Commit
94cd228
1 Parent(s): 205400b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -27,3 +27,57 @@ configs:
27
  - split: test
28
  path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: test
28
  path: data/test-*
29
  ---
30
+
31
+ # Dataset Card for MLRS Net
32
+
33
+ MLRSNet is a multi-label high spatial resolution remote sensing dataset for semantic scene understanding. It provides different perspectives of the world captured from satellites. That is, it is composed of high spatial resolution optical satellite images. MLRSNet contains 109,161 remote sensing images that are annotated into 46 categories, and the number of sample images in a category varies from 1,500 to 3,000. The images have a fixed size of 256×256 pixels with various pixel resolutions (~10m to 0.1m). Moreover, each image in the dataset is tagged with several of 60 predefined class labels, and the number of labels associated with each image varies from 1 to 13. The dataset can be used for multi-label based image classification, multi-label based image retrieval, and image segmentation.
34
+
35
+ ### Dataset Sources
36
+
37
+ - **Repository:** https://github.com/cugbrs/MLRSNet
38
+ - **Paper :** https://www.sciencedirect.com/science/article/abs/pii/S0924271620302677
39
+
40
+ ## Uses
41
+
42
+ The dataset has many use cases in remote sensing applications. It is crucial to get all the tags of the image. The algorithms trained on the model make things simpler in the applications.
43
+
44
+ ### Direct Use
45
+
46
+ 1. Multilabel image classification
47
+ 2. Remote sensing applications
48
+ 3. Deep Learning
49
+ 4. Scene Understanding
50
+
51
+ ## Dataset Structure
52
+
53
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
54
+
55
+ There are three splits in total : train, validation, test
56
+
57
+ It is important to note that the entries are shuffled and there is no chance of having a bias.
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Source Data
62
+
63
+ I have got the dataset from https://data.mendeley.com/datasets/7j9bv9vwsx/3
64
+
65
+ ### Data Processing
66
+
67
+ I have converted it into hugging face dataset via this notebook https://colab.research.google.com/drive/12ONm4rToN-DE7CkHIs86gNN6w2iKIUJG?usp=sharing
68
+
69
+ ### Who are the contributors?
70
+
71
+ Xiaoman Qi,Panpan Zhu,Yuebin Wang,Liqiang Zhang,Junhuan Peng,Mengfan Wu,Jialong Chen,Xudong Zhao,Ning Zang,P.Takis Mathiopoulos
72
+
73
+ ## Citation
74
+
75
+ Qi, Xiaoman; Zhu, Panpan; Wang, Yuebin; Zhang, Liqiang; Peng, Junhuan; Wu, Mengfan; Chen, Jialong; Zhao, Xudong; Zang, Ning; Mathiopoulos, P.Takis (2021), “MLRSNet: A Multi-label High Spatial Resolution Remote Sensing Dataset for Semantic Scene Understanding”, Mendeley Data, V3, doi: 10.17632/7j9bv9vwsx.3
76
+
77
+ ## Dataset Card Authors
78
+
79
+ https://huggingface.co/vigneshwar472
80
+
81
+ ## Dataset Card Contact
82
+
83
+ Email : [email protected]