jonathan-roberts1
commited on
Commit
•
5511e60
1
Parent(s):
ba13f30
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,34 @@ dataset_info:
|
|
24 |
num_examples: 1232
|
25 |
download_size: 916398984
|
26 |
dataset_size: 969136595.28
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
# Dataset Card for "RS_C11"
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
num_examples: 1232
|
25 |
download_size: 916398984
|
26 |
dataset_size: 969136595.28
|
27 |
+
license: other
|
28 |
+
task_categories:
|
29 |
+
- image-classification
|
30 |
+
- zero-shot-image-classification
|
31 |
---
|
32 |
# Dataset Card for "RS_C11"
|
33 |
|
34 |
+
## Dataset Description
|
35 |
+
|
36 |
+
- **Paper** [Feature significance-based multibag-of-visual-words model for remote sensing image scene classification](https://www.spiedigitallibrary.org/journals/journal-of-applied-remote-sensing/volume-10/issue-3/035004/Feature-significance-based-multibag-of-visual-words-model-for-remote/10.1117/1.JRS.10.035004.pdf)
|
37 |
+
|
38 |
+
### Licensing Information
|
39 |
+
|
40 |
+
Free usage without license.
|
41 |
+
|
42 |
+
## Citation Information
|
43 |
+
|
44 |
+
[Feature significance-based multibag-of-visual-words model for remote sensing image scene classification](https://www.spiedigitallibrary.org/journals/journal-of-applied-remote-sensing/volume-10/issue-3/035004/Feature-significance-based-multibag-of-visual-words-model-for-remote/10.1117/1.JRS.10.035004.pdf)
|
45 |
+
|
46 |
+
```
|
47 |
+
@article{zhao2016feature,
|
48 |
+
title = {Feature significance-based multibag-of-visual-words model for remote sensing image scene classification},
|
49 |
+
author = {Zhao, Lijun and Tang, Ping and Huo, Lianzhi},
|
50 |
+
year = 2016,
|
51 |
+
journal = {Journal of Applied Remote Sensing},
|
52 |
+
publisher = {Society of Photo-Optical Instrumentation Engineers},
|
53 |
+
volume = 10,
|
54 |
+
number = 3,
|
55 |
+
pages = {035004--035004}
|
56 |
+
}
|
57 |
+
```
|