MuafiraThasni commited on
Commit
1dcbe53
1 Parent(s): db8682e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
+ ```