gonzmg88 commited on
Commit
c2543a4
1 Parent(s): 9fa3f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - remote sensing
6
+ - sentinel2
7
+ - landsat
8
+ - floods
9
  ---
10
+
11
+ # STARCOP pre-trained models
12
+
13
+ This repository contains the trained models of the publication:
14
+
15
+ > V. Růžička, G. Mateo-Garcia, L. Gómez-Chova, A. Vaughan, L. Guanter, and A. Markham. [Semantic segmentation of methane plumes with hyperspectral machine learning models](https://www.nature.com/articles/s41598-023-44918-6). _Scientific Reports 13, 19999_ (2023). DOI: 10.1038/s41598-023-44918-6.
16
+
17
+ We include the trained models:
18
+ * **HyperSTARCOP, only mag1c** in folder `models/hyperstarcop_mag1c_only`
19
+ * **HyperSTARCOP, mag1c + rgb** in folder `models/hyperstarcop_mag1c_rgb`
20
+
21
+ The following table shows the performance of the models in the AVIRIS test dataset and in the EMIT test dataset:
22
+ ![metrics_ml4floods](metrics_ml4floods.png)
23
+
24
+ In order to run any of these models:
25
+
26
+ * In a EMIT scene see the tutorial [*Run STARCOP models on raw EMIT data*](https://github.com/spaceml-org/STARCOP/blob/main/notebooks/emit_processing.ipynb).
27
+
28
+ If you find this work useful please cite:
29
+
30
+ ```
31
+ @article{ruzicka_starcop_2023,
32
+ title = {Semantic segmentation of methane plumes with hyperspectral machine learning models},
33
+ volume = {13},
34
+ issn = {2045-2322},
35
+ url = {https://www.nature.com/articles/s41598-023-44918-6},
36
+ doi = {10.1038/s41598-023-44918-6},
37
+ number = {1},
38
+ journal = {Scientific Reports},
39
+ author = {Růžička, Vít and Mateo-Garcia, Gonzalo and Gómez-Chova, Luis and Vaughan, Anna, and Guanter, Luis and Markham, Andrew},
40
+ month = nov,
41
+ year = {2023},
42
+ pages = {19999}
43
+ }
44
+ ```