simonreise commited on
Commit
d3b9666
·
verified ·
1 Parent(s): c5a4b05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -14
README.md CHANGED
@@ -1,15 +1,27 @@
1
- # Models for "_Characterizing long-term boreal forest ecosystems dynamics in Khanty-Mansi Autonomous Okrug (West Siberia) using time series remote sensing data and deep learning methods_"
2
-
3
- ## Paper
4
-
5
- Paper is published at Forest Ecology and Management and is available at (link here)
6
-
7
- ## Other data
8
-
9
- Jupyter notebooks, statistics and model logs are published on GitHub (link here), maps are published on Zenodo (link here)
10
-
11
- ## Models description
12
-
13
- This repository contains SegFormer model checkpoints of 5 models that model dominant tree species, forest productivity class, forest type, age and growing stock in boreal forests of West Siberia.
14
-
 
 
 
 
 
 
 
 
 
 
 
 
15
  The checkpoints are created with Remote Sensing Processor library, but can be loaded with Lightning too.
 
1
+ ---
2
+ metrics:
3
+ - accuracy
4
+ - f1
5
+ pipeline_tag: image-segmentation
6
+ tags:
7
+ - geospatial
8
+ - forest
9
+ - species
10
+ - productivity
11
+ - age
12
+ ---
13
+ # Models for "_Characterizing long-term boreal forest ecosystems dynamics in Khanty-Mansi Autonomous Okrug (West Siberia) using time series remote sensing data and deep learning methods_"
14
+
15
+ ## Paper
16
+
17
+ Paper is published at Forest Ecology and Management and is available at (link here)
18
+
19
+ ## Other data
20
+
21
+ Jupyter notebooks, statistics and model logs are published on GitHub (link here), maps are published on Zenodo (link here)
22
+
23
+ ## Models description
24
+
25
+ This repository contains SegFormer model checkpoints of 5 models that model dominant tree species, forest productivity class, forest type, age and growing stock in boreal forests of West Siberia.
26
+
27
  The checkpoints are created with Remote Sensing Processor library, but can be loaded with Lightning too.