DarthReca commited on
Commit
a6e1bb7
1 Parent(s): 365222a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -3
README.md CHANGED
@@ -1,3 +1,64 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - climate
7
+ size_categories:
8
+ - n<1K
9
+ ---
10
+
11
+ # Dataset Card for South Africa Crop Type Clouds
12
+
13
+ <!-- Provide a quick summary of the dataset. -->
14
+ This dataset contains the cloud masks generated and used for the paper [KAN You See It? KANs and Sentinel for Effective and Explainable Crop Field Segmentation](https://arxiv.org/abs/2408.07040).
15
+
16
+ - **Curated by:** Daniele Rege Cambrin
17
+ - **License:** OpenRAIL
18
+
19
+ ## Uses
20
+
21
+ <!-- Address questions around how the dataset is intended to be used. -->
22
+
23
+ The dataset will provide a quality assessment for Sentinel-2 images of the South Africa Crop Type dataset.
24
+ Since MSI is ineffective through clouds, it was used to exclude samples that contain a large portion of the area of interest covered by clouds.
25
+
26
+ ## Dataset Structure
27
+
28
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
29
+
30
+ [More Information Needed]
31
+
32
+ ## Dataset Creation
33
+
34
+ The masks are created automatically using the [s2cloudless library](https://pypi.org/project/s2cloudless/) using the algorithm presented by [Sergii Skakun et. al](https://doi.org/10.1016/j.rse.2022.112990).
35
+
36
+ The missing bands are replaced with a channel with no-data value (0) to avoid the algorithm relying on this channel for the prediction.
37
+
38
+ ## Bias, Risks, and Limitations
39
+
40
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
41
+
42
+ Since no human expert is involved in the process, some annotations could be inaccurate or unreliable.
43
+ The masks are intended to exclude samples that could be under a certain degree of uncertainty noise, and that cannot be annotated by a human expert, too.
44
+ They should not be used outside this scope.
45
+
46
+ ## Citation
47
+
48
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
49
+
50
+ If you use this dataset in your work, consider citing our work.
51
+
52
+ **BibTeX:**
53
+
54
+ ```bibtex
55
+ @misc{cambrin2024kanitkanssentinel,
56
+ title={KAN You See It? KANs and Sentinel for Effective and Explainable Crop Field Segmentation},
57
+ author={Daniele Rege Cambrin and Eleonora Poeta and Eliana Pastor and Tania Cerquitelli and Elena Baralis and Paolo Garza},
58
+ year={2024},
59
+ eprint={2408.07040},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CV},
62
+ url={https://arxiv.org/abs/2408.07040},
63
+ }
64
+ ```