Commit
·
79fbb09
1
Parent(s):
4f3fb3f
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,60 @@ dataset_info:
|
|
| 25 |
num_examples: 2400
|
| 26 |
download_size: 147702566
|
| 27 |
dataset_size: 158215614.4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
# Dataset Card for "SIRI-WHU"
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
num_examples: 2400
|
| 26 |
download_size: 147702566
|
| 27 |
dataset_size: 158215614.4
|
| 28 |
+
license: other
|
| 29 |
+
task_categories:
|
| 30 |
+
- image-classification
|
| 31 |
+
- zero-shot-image-classification
|
| 32 |
---
|
| 33 |
# Dataset Card for "SIRI-WHU"
|
| 34 |
|
| 35 |
+
## Dataset Description
|
| 36 |
+
|
| 37 |
+
- **Paper** [Dirichlet-derived multiple topic scene classification model for high spatial resolution remote sensing imagery](https://ieeexplore.ieee.org/iel7/36/4358825/07329997.pdf)
|
| 38 |
+
- **Paper** [The Fisher kernel coding framework for high spatial resolution scene classification](https://www.mdpi.com/2072-4292/8/2/157/pdf)
|
| 39 |
+
- **Paper** [Bag-of-visual-words scene classifier with local and global features for high spatial resolution remote sensing imagery](https://ieeexplore.ieee.org/iel7/8859/7473942/07466064.pdf)
|
| 40 |
+
|
| 41 |
+
### Licensing Information
|
| 42 |
+
|
| 43 |
+
CC BY-NC-ND
|
| 44 |
+
|
| 45 |
+
## Citation Information
|
| 46 |
+
|
| 47 |
+
[Dirichlet-derived multiple topic scene classification model for high spatial resolution remote sensing imagery](https://ieeexplore.ieee.org/iel7/36/4358825/07329997.pdf)
|
| 48 |
+
|
| 49 |
+
[The Fisher kernel coding framework for high spatial resolution scene classification](https://www.mdpi.com/2072-4292/8/2/157/pdf)
|
| 50 |
+
|
| 51 |
+
[Bag-of-visual-words scene classifier with local and global features for high spatial resolution remote sensing imagery](https://ieeexplore.ieee.org/iel7/8859/7473942/07466064.pdf)
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+
@article{zhao2015dirichlet,
|
| 55 |
+
title={Dirichlet-derived multiple topic scene classification model for high spatial resolution remote sensing imagery},
|
| 56 |
+
author={Zhao, Bei and Zhong, Yanfei and Xia, Gui-Song and Zhang, Liangpei},
|
| 57 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
| 58 |
+
volume={54},
|
| 59 |
+
number={4},
|
| 60 |
+
pages={2108--2123},
|
| 61 |
+
year={2015},
|
| 62 |
+
publisher={IEEE}
|
| 63 |
+
}
|
| 64 |
+
@article{zhao2016fisher,
|
| 65 |
+
title={The Fisher kernel coding framework for high spatial resolution scene classification},
|
| 66 |
+
author={Zhao, Bei and Zhong, Yanfei and Zhang, Liangpei and Huang, Bo},
|
| 67 |
+
journal={Remote Sensing},
|
| 68 |
+
volume={8},
|
| 69 |
+
number={2},
|
| 70 |
+
pages={157},
|
| 71 |
+
year={2016},
|
| 72 |
+
publisher={MDPI}
|
| 73 |
+
}
|
| 74 |
+
@article{zhu2016bag,
|
| 75 |
+
title={Bag-of-visual-words scene classifier with local and global features for high spatial resolution remote sensing imagery},
|
| 76 |
+
author={Zhu, Qiqi and Zhong, Yanfei and Zhao, Bei and Xia, Gui-Song and Zhang, Liangpei},
|
| 77 |
+
journal={IEEE Geoscience and Remote Sensing Letters},
|
| 78 |
+
volume={13},
|
| 79 |
+
number={6},
|
| 80 |
+
pages={747--751},
|
| 81 |
+
year={2016},
|
| 82 |
+
publisher={IEEE}
|
| 83 |
+
}
|
| 84 |
+
```
|