Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -4,7 +4,7 @@ license: cc-by-nc-sa-4.0
4
 
5
  # cloudSEN12v1.1
6
 
7
- This repository contains the code for the paper "Lessons learned from CloudSEN12 dataset: Identifying incorrect annotations in cloud semantic segmentation datasets" [https://doi.org/XXX/XXX](https://doi.org/XXX/XXX).
8
 
9
  ## Download the pretrained models
10
 
@@ -35,16 +35,15 @@ The code is licensed under the [MIT License](LICENSE). CloudSEN12v1.1 dataset an
35
  If you find this work useful for your research, please consider citing:
36
 
37
  ```
38
- @article{your_paper_citation,
39
- title={Lessons learned from CloudSEN12 dataset: Identifying incorrect annotations in cloud semantic segmentation datasets},
40
- author={Author 1, Author 2, Author 3},
41
- journal={Journal Name},
42
- year={YYYY},
43
- volume={VOL},
44
- number={NUM},
45
- pages={XXX-XXX},
46
- doi={XXX/XXX}
 
47
  }
48
- ```
49
-
50
- For any questions or inquiries, please contact [email@example.com](mailto:email@example.com).
 
4
 
5
  # cloudSEN12v1.1
6
 
7
+ This repository contains the code for the paper "Lessons learned from CloudSEN12 dataset: Identifying incorrect annotations in cloud semantic segmentation datasets" [https://doi.org/10.1109/IGARSS52108.2023.10282381](https://doi.org/10.1109/IGARSS52108.2023.10282381).
8
 
9
  ## Download the pretrained models
10
 
 
35
  If you find this work useful for your research, please consider citing:
36
 
37
  ```
38
+ @inproceedings{aybar_lessons_2023,
39
+ title = {Lessons {Learned} {From} {Cloudsen12} {Dataset}: {Identifying} {Incorrect} {Annotations} in {Cloud} {Semantic} {Segmentation} {Datasets}},
40
+ url = {https://ieeexplore.ieee.org/document/10282381},
41
+ doi = {10.1109/IGARSS52108.2023.10282381},
42
+ booktitle = {{IGARSS} 2023 - 2023 {IEEE} {International} {Geoscience} and {Remote} {Sensing} {Symposium}},
43
+ author = {Aybar, Cesar and Montero, David and Mateo-García, Gonzalo and Gómez-Chova, Luis},
44
+ month = jul,
45
+ year = {2023},
46
+ note = {ISSN: 2153-7003},
47
+ pages = {892--895}
48
  }
49
+ ```