jonathan-roberts1
commited on
Commit
·
1c8347f
1
Parent(s):
efba9c8
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,39 @@ dataset_info:
|
|
32 |
num_examples: 1005
|
33 |
download_size: 113327264
|
34 |
dataset_size: 115362308.8
|
|
|
35 |
---
|
36 |
# Dataset Card for "WHU-RS19"
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
num_examples: 1005
|
33 |
download_size: 113327264
|
34 |
dataset_size: 115362308.8
|
35 |
+
license: cc-by-4.0
|
36 |
---
|
37 |
# Dataset Card for "WHU-RS19"
|
38 |
|
39 |
+
## Dataset Description
|
40 |
+
|
41 |
+
- **Paper:** [Structural high-resolution satellite image indexing](https://hal.science/hal-00458685/document)
|
42 |
+
- **Paper:** [Satellite image classification via two-layer sparse coding with biased image representation](https://ieeexplore.ieee.org/iel5/8859/4357975/05545358.pdf)
|
43 |
+
|
44 |
+
### Licensing Information
|
45 |
+
|
46 |
+
Public Domain
|
47 |
+
|
48 |
+
## Citation Information
|
49 |
+
|
50 |
+
[Structural high-resolution satellite image indexing](https://hal.science/hal-00458685/document)
|
51 |
+
[Satellite image classification via two-layer sparse coding with biased image representation](https://ieeexplore.ieee.org/iel5/8859/4357975/05545358.pdf)
|
52 |
+
|
53 |
+
```
|
54 |
+
@article{xia2009structural,
|
55 |
+
title={Structural high-resolution satellite image indexing},
|
56 |
+
author={Xia, Gui-Song and Yang, Wen and Delon, Julie and Gousseau, Yann and Sun, Hong and Ma{\^\i}tre, Henri},
|
57 |
+
year={2009}
|
58 |
+
}
|
59 |
+
|
60 |
+
@article{dai2010satellite,
|
61 |
+
title={Satellite image classification via two-layer sparse coding with biased image representation},
|
62 |
+
author={Dai, Dengxin and Yang, Wen},
|
63 |
+
journal={IEEE Geoscience and remote sensing letters},
|
64 |
+
volume={8},
|
65 |
+
number={1},
|
66 |
+
pages={173--176},
|
67 |
+
year={2010},
|
68 |
+
publisher={IEEE}
|
69 |
+
}
|
70 |
+
```
|