Commit
·
0ea08bf
1
Parent(s):
53bfbca
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,34 @@ dataset_info:
|
|
20 |
num_examples: 2800
|
21 |
download_size: 367257922
|
22 |
dataset_size: 345895442.4
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
# Dataset Card for "RSSCN7"
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
num_examples: 2800
|
21 |
download_size: 367257922
|
22 |
dataset_size: 345895442.4
|
23 |
+
license: other
|
24 |
+
task_categories:
|
25 |
+
- image-classification
|
26 |
+
- zero-shot-image-classification
|
27 |
---
|
28 |
# Dataset Card for "RSSCN7"
|
29 |
|
30 |
+
## Dataset Description
|
31 |
+
|
32 |
+
- **Paper** [Deep Learning Based Feature Selection for Remote Sensing Scene Classification](https://ieeexplore.ieee.org/iel7/8859/7305891/07272047.pdf)
|
33 |
+
|
34 |
+
### Licensing Information
|
35 |
+
|
36 |
+
For research and academic purposes.
|
37 |
+
|
38 |
+
## Citation Information
|
39 |
+
|
40 |
+
[Deep Learning Based Feature Selection for Remote Sensing Scene Classification](https://ieeexplore.ieee.org/iel7/8859/7305891/07272047.pdf)
|
41 |
+
|
42 |
+
```
|
43 |
+
@article{7272047,
|
44 |
+
title = {Deep Learning Based Feature Selection for Remote Sensing Scene Classification},
|
45 |
+
author = {Zou, Qin and Ni, Lihao and Zhang, Tong and Wang, Qian},
|
46 |
+
year = 2015,
|
47 |
+
journal = {IEEE Geoscience and Remote Sensing Letters},
|
48 |
+
volume = 12,
|
49 |
+
number = 11,
|
50 |
+
pages = {2321--2325},
|
51 |
+
doi = {10.1109/LGRS.2015.2475299}
|
52 |
+
}
|
53 |
+
```
|