Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
---
|
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 |
+
|
11 |
+
Download the pretrained models from [HuggingFace](https://huggingface.co/csaybar/cloudSEN12v1.1) and place them in the `weights` folder.
|
12 |
+
|
13 |
+
## Visualize errors
|
14 |
+
|
15 |
+
A comprehensive visualization of the errors can be found in the [HuggingFace](https://huggingface.co/csaybar/cloudSEN12v1.1) repository.
|
16 |
+
|
17 |
+
![1046](https://github.com/cloudsen12/cloudSEN12v1.1/assets/16768318/162e11a9-041f-4769-99a2-d57422a27f9e)
|
18 |
+
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
1. Clone the repository:
|
23 |
+
|
24 |
+
```bash
|
25 |
+
git clone https://github.com/username/cloudSEN12v1.1.git
|
26 |
+
cd cloudSEN12v1.1
|
27 |
+
```
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
The code is licensed under the [MIT License](LICENSE). CloudSEN12v1.1 dataset and pre-trained models are licensed under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
32 |
+
|
33 |
+
## Citation
|
34 |
+
|
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).
|