Update README.md
Browse files
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/
|
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 |
-
@
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
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 |
+
```
|
|
|
|