Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,13 @@ NUM_CLASSES = 10
|
|
36 |
spatial_resolution = 10
|
37 |
```
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
If you use the EuroSAT dataset in your work, please cite the original paper:
|
40 |
```python
|
41 |
@article{helber2019eurosat,
|
|
|
36 |
spatial_resolution = 10
|
37 |
```
|
38 |
|
39 |
+
## Split
|
40 |
+
The **EuroSAT** dataset consists splits of:
|
41 |
+
- train: 16200 samples
|
42 |
+
- val: 5400 samples
|
43 |
+
- test: 5400 samples
|
44 |
+
|
45 |
+
## Citation
|
46 |
If you use the EuroSAT dataset in your work, please cite the original paper:
|
47 |
```python
|
48 |
@article{helber2019eurosat,
|