jonathan-roberts1
commited on
Commit
·
98bee13
1
Parent(s):
15a622e
Update README.md
Browse files
README.md
CHANGED
@@ -47,4 +47,27 @@ dataset_info:
|
|
47 |
---
|
48 |
# Dataset Card for "Optimal-31"
|
49 |
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
# Dataset Card for "Optimal-31"
|
49 |
|
50 |
+
## Dataset Description
|
51 |
+
|
52 |
+
- **Paper** [Scene classification with recurrent attention of VHR remote sensing images](https://ieeexplore.ieee.org/iel7/5/8045830/07891544.pdf)
|
53 |
+
|
54 |
+
### Licensing Information
|
55 |
+
|
56 |
+
[No license for now, cite the paper below.]
|
57 |
+
|
58 |
+
## Citation Information
|
59 |
+
|
60 |
+
[Scene classification with recurrent attention of VHR remote sensing images](https://ieeexplore.ieee.org/iel7/5/8045830/07891544.pdf)
|
61 |
+
|
62 |
+
```
|
63 |
+
@article{wang2018scene,
|
64 |
+
title = {Scene classification with recurrent attention of VHR remote sensing images},
|
65 |
+
author = {Wang, Qi and Liu, Shaoteng and Chanussot, Jocelyn and Li, Xuelong},
|
66 |
+
year = 2018,
|
67 |
+
journal = {IEEE Transactions on Geoscience and Remote Sensing},
|
68 |
+
publisher = {IEEE},
|
69 |
+
volume = 57,
|
70 |
+
number = 2,
|
71 |
+
pages = {1155--1167}
|
72 |
+
}
|
73 |
+
```
|