Skip to content

Commit 72a6985

Browse files
committed
add citation to README
1 parent 1f1e96b commit 72a6985

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
**Contributors:** [Sykas D.](https://github.com/dimsyk), [Zografakis D.](https://github.com/dimzog), [Sdraka M.](https://github.com/paren8esis)
55

6-
**This repository contains the models and training scripts for reproducing the experiments presented in [add publication].**
6+
**This repository contains the models and training scripts for reproducing the experiments presented in:**\
7+
[A Sentinel-2 multi-year, multi-country benchmark dataset for crop classification and segmentation with deep learning](https://ieeexplore.ieee.org/document/9749916).
78

89
### Requirements
910

@@ -130,3 +131,18 @@ Scenario | Model | Acc. W. (%) | F1 W. (%) | Precision W. (%)
130131
3 | LSTM | **60.60** | **63.96** | **70.55**
131132
3 | Transformer | 51.21 | 56.71 | 67.76
132133
3 | TempCNN | 52.32 | 57.38 | 68.35
134+
135+
### Citation
136+
137+
If you use our work, please cite:
138+
139+
```
140+
@ARTICLE{
141+
9749916,
142+
author={Sykas, Dimitrios and Sdraka, Maria and Zografakis, Dimitrios and Papoutsis, Ioannis},
143+
journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
144+
title={A Sentinel-2 multi-year, multi-country benchmark dataset for crop classification and segmentation with deep learning},
145+
year={2022},
146+
doi={10.1109/JSTARS.2022.3164771}
147+
}
148+
```

0 commit comments

Comments
 (0)