Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -75,4 +75,16 @@ from datasets import load_dataset
|
|
75 |
dataset = load_dataset("your_username/eurosat-land-use-classification")
|
76 |
```
|
77 |
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
dataset = load_dataset("your_username/eurosat-land-use-classification")
|
76 |
```
|
77 |
|
78 |
+
## Reference
|
79 |
+
EuroSAT dataset is originally proposed in:
|
80 |
+
```bibtex
|
81 |
+
@misc{helber2019eurosatnoveldatasetdeep,
|
82 |
+
title={EuroSAT: A Novel Dataset and Deep Learning Benchmark for Land Use and Land Cover Classification},
|
83 |
+
author={Patrick Helber and Benjamin Bischke and Andreas Dengel and Damian Borth},
|
84 |
+
year={2019},
|
85 |
+
eprint={1709.00029},
|
86 |
+
archivePrefix={arXiv},
|
87 |
+
primaryClass={cs.CV},
|
88 |
+
url={https://arxiv.org/abs/1709.00029},
|
89 |
+
}
|
90 |
+
```
|