Datasets:
Commit ·
183dd78
1
Parent(s): d698459
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,36 @@ dataset_info:
|
|
| 24 |
'14': urban residential
|
| 25 |
splits:
|
| 26 |
- name: train
|
| 27 |
-
num_bytes: 1777210275
|
| 28 |
num_examples: 30000
|
| 29 |
download_size: 1263253291
|
| 30 |
-
dataset_size: 1777210275
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
# Dataset Card for "GID"
|
| 33 |
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
'14': urban residential
|
| 25 |
splits:
|
| 26 |
- name: train
|
| 27 |
+
num_bytes: 1777210275
|
| 28 |
num_examples: 30000
|
| 29 |
download_size: 1263253291
|
| 30 |
+
dataset_size: 1777210275
|
| 31 |
+
license: other
|
| 32 |
+
task_categories:
|
| 33 |
+
- image-classification
|
| 34 |
+
- zero-shot-image-classification
|
| 35 |
---
|
| 36 |
# Dataset Card for "GID"
|
| 37 |
|
| 38 |
+
## Dataset Description
|
| 39 |
+
|
| 40 |
+
- **Paper** [Land-cover classification with high-resolution remote sensing images using transferable deep models](https://www.sciencedirect.com/science/article/pii/S0034425719303414)
|
| 41 |
+
-
|
| 42 |
+
### Licensing Information
|
| 43 |
+
|
| 44 |
+
Public domain.
|
| 45 |
+
|
| 46 |
+
## Citation Information
|
| 47 |
+
|
| 48 |
+
[Land-cover classification with high-resolution remote sensing images using transferable deep models](https://www.sciencedirect.com/science/article/pii/S0034425719303414)
|
| 49 |
+
|
| 50 |
+
```
|
| 51 |
+
@article{GID2020,
|
| 52 |
+
title = {Land-cover classification with high-resolution remote sensing images using transferable deep models},
|
| 53 |
+
author = {Tong, Xin-Yi and Xia, Gui-Song and Lu, Qikai and Shen, Huanfeng and Li, Shengyang and You, Shucheng and Zhang, Liangpei},
|
| 54 |
+
year = 2020,
|
| 55 |
+
journal = {Remote Sensing of Environment},
|
| 56 |
+
volume = 237,
|
| 57 |
+
pages = 111322
|
| 58 |
+
}
|
| 59 |
+
```
|