fajwel commited on
Commit
ae378ea
1 Parent(s): 3648dbb

update README

Browse files
Files changed (2) hide show
  1. README.md +52 -37
  2. figures/Open-Canopy_overview.png +3 -0
README.md CHANGED
@@ -13,81 +13,96 @@ tags:
13
  - Canopy
14
  - Earth Observation
15
  ---
16
- # Open-Canopy
17
- # A Country-Scale Dataset for Canopy Height Estimation at Very High Resolution
18
 
 
 
19
 
20
  This is the official repository associated with the pre-print: "Open-Canopy: A Country-Scale Benchmark for Canopy Height Estimation at Very High Resolution".
21
 
 
 
22
  - **Datapaper :** Pre-print on arXiv: https://arxiv.org/abs/2407.09392.
 
 
23
 
24
- - **Size :** Approximately 300GB.
25
- - **Github link :** https://github.com/fajwel/Open-Canopy.
26
 
 
27
 
28
  ## Context & Data
29
 
30
- Estimating canopy height and canopy height change at meter resolution from satellite imagery has numerous applications, such as monitoring forest health, logging activities, wood resources, and carbon stocks. However, many existing forestry datasets rely on commercial or closed data sources, restricting the reproducibility and evaluation of new approaches. To address this gap, we introduce Open-Canopy, an open-access and country-scale benchmark for very high resolution (1.5 m) canopy height estimation.
31
- Covering more than 87,000 km2 across France, Open-Canopy combines SPOT 6-7 satellite imagery with high resolution aerial LiDAR data.
32
- Additionally, we propose a benchmark for canopy height change detection between two images taken at different years, a particularly challenging task even for recent models.
33
- To establish a robust foundation for these benchmarks, we evaluate a comprehensive list of state-of-the-art computer vision models for canopy height estimation.
34
 
35
- *Example of canopy height estimation*
36
 
37
- ![Canopy Height Estimation](figures/height_estimation.png)
 
 
 
 
38
 
39
  *Example of canopy height change estimation*
40
 
41
- ![Canopy Height Change Estimation](figures/height_change_estimation.png)
 
 
 
 
42
 
43
  ## Dataset Structure
44
- A full description of the dataset can be found in the supplementary material of the paper.
45
- <!-- ### Annotations
46
- ### Data Splits -->
47
 
48
- ## Usage
49
- Codes for preprocessing, training a custom model and evaluation will be available soon.
 
 
 
 
 
 
 
50
 
51
- <!-- ### Data preprocessing
52
- ### Training a custom model
53
- ### Pretrained models
54
- ### Estimating canopy height
55
- ### Evaluation of canopy height estimation
56
- ### Evaluation of canopy height change estimation -->
57
 
58
  ## Reference
 
59
  Please include a citation to the following article if you use the Open-Canopy dataset:
60
 
61
  ```bibtex
62
  @article{fogel2024opencanopy,
63
- title={Open-Canopy: A Country-Scale Benchmark for Canopy Height Estimation at Very High Resolution},
64
- author={Fajwel Fogel and Yohann Perron and Nikola Besic and Laurent Saint-André and Agnès Pellissier-Tanon and Martin Schwartz and Thomas Boudras and Ibrahim Fayad and Alexandre d'Aspremont and Loic Landrieu and Phillipe Ciais},
65
  year={2024},
66
  eprint={2407.09392},
67
  publisher = {arXiv},
68
- url={https://arxiv.org/abs/2407.09392},
69
  }
70
  ```
71
 
72
  ## Acknowledgements
 
73
  This paper is part of the project *AI4Forest*, which is funded by the French National Research Agency ([ANR](https://anr.fr/Projet-ANR-22-FAI1-0002)), the German Aerospace Center ([DLR](https://www.dlr.de/en)) and the German federal ministry for education and research ([BMBF](https://www.bmbf.de/bmbf/en/home/home_node.html)).
74
- The experiments conducted in this study were performed using HPC/AI resources provided by GENCI-IDRIS (Grant 2023-AD010114718 and 2023-AD011014781) and [Inria](https://inria.fr/fr).
75
 
 
76
 
77
  ## Dataset license
78
 
79
- The "OPEN LICENCE 2.0/LICENCE OUVERTE" is a license created by the French government specifically for the purpose of facilitating the dissemination of open data by public administration.
80
- If you are looking for an English version of this license, you can find it on the official GitHub page at the [official github page](https://github.com/etalab/licence-ouverte).
81
 
82
  As stated by the license :
83
-
84
- ### Applicable legislation
85
-
86
- This licence is governed by French law.
87
-
88
- ### Compatibility of this licence
89
-
90
- This licence has been designed to be compatible with any free licence that at least requires an acknowledgement of authorship, and specifically with the previous version of this licence as well as with the following licences: United Kingdom’s “Open Government Licence” (OGL), Creative Commons’ “Creative Commons Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons Attribution” (ODC-BY).
91
 
92
  ## Authors
93
- Fajwel Fogel (ENS), Yohann Perron (LIGM, ENPC, CNRS, UGE, EFEO), Nikola Besic (LIF, IGN, ENSG), Laurent Saint-André (INRAE, BEF), Agnès Pellissier-Tanon (LSCE/IPSL, CEA-CNRS-UVSQ), Martin Schwartz (LSCE/IPSL, CEA-CNRS-UVSQ), Thomas Boudras (LSCE/IPSL, CEA-CNRS-UVSQ), Ibrahim Fayad (LSCE/IPSL, CEA-CNRS-UVSQ, Kayrros), Alexandre d'Aspremont (CNRS, ENS, Kayrros), Loic Landrieu (LIGM, ENPC, CNRS, UGE), Philippe Ciais (LSCE/IPSL, CEA-CNRS-UVSQ).
 
 
13
  - Canopy
14
  - Earth Observation
15
  ---
16
+ # Open-Canopy: a Country-Scale Dataset for Canopy Height Estimation at Very High Resolution
 
17
 
18
+ ![Static Badge](https://img.shields.io/badge/Code%3A-lightgrey?color=lightgrey) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/IGNF/FLAIR-1-AI-Challenge/blob/master/LICENSE) <a href="https://pytorch.org/get-started/locally/"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch&logoColor=white"></a>
19
+ <a href="https://pytorchlightning.ai/"><img alt="Lightning" src="https://img.shields.io/badge/-Lightning-792ee5?logo=pytorchlightning&logoColor=white"></a>   ![Static Badge](https://img.shields.io/badge/Dataset%3A-lightgrey?color=lightgrey) [![license](https://img.shields.io/badge/License-IO%202.0-green.svg)](https://github.com/etalab/licence-ouverte/blob/master/open-licence.md)
20
 
21
  This is the official repository associated with the pre-print: "Open-Canopy: A Country-Scale Benchmark for Canopy Height Estimation at Very High Resolution".
22
 
23
+ This repository includes the code needed to reproduce all experiments in the paper.
24
+
25
  - **Datapaper :** Pre-print on arXiv: https://arxiv.org/abs/2407.09392.
26
+ - **Code :** https://github.com/fajwel/Open-Canopy
27
+ - **Dataset link :** https://huggingface.co/datasets/AI4Forest/Open-Canopy.
28
 
29
+ - **Size :** Approximately 360GB, including predictions on test set and pretrained models.
 
30
 
31
+ <!-- - **Github link :** https://github.com/fajwel/Open-Canopy. -->
32
 
33
  ## Context & Data
34
 
35
+ Estimating canopy height and canopy height change at meter resolution from satellite imagery has numerous applications, such as monitoring forest health, logging activities, wood resources, and carbon stocks. However, many existing forestry datasets rely on commercial or closed data sources, restricting the reproducibility and evaluation of new approaches. To address this gap, we introduce Open-Canopy, an open-access and country-scale benchmark for very high resolution (1.5 m) canopy height estimation.
36
+ Covering more than 87,000 km2 across France, Open-Canopy combines [SPOT 6-7](https://openspot-dinamis.data-terra.org/) satellite imagery with high resolution aerial [LiDAR data](https://geoservices.ign.fr/lidarhd).
37
+ Additionally, we propose a benchmark for canopy height change detection between two images taken at different years, a particularly challenging task even for recent models.
38
+ To establish a robust foundation for these benchmarks, we evaluate a comprehensive list of state-of-the-art computer vision models for canopy height estimation.
39
 
40
+ *Examples of canopy height estimation*
41
 
42
+ <p align="center">
43
+ <figure style="display: inline-block; margin: 0 20px;">
44
+ <img src="figures/height_estimation.png" alt="Height Estimation" width="100%" />
45
+ </figure>
46
+ </p>
47
 
48
  *Example of canopy height change estimation*
49
 
50
+ <p align="center">
51
+ <figure style="display: inline-block; margin: 0 20px;">
52
+ <img src="figures/height_change_estimation.png" alt="Height Change Estimation" width="100%" />
53
+ </figure>
54
+ </p>
55
 
56
  ## Dataset Structure
 
 
 
57
 
58
+ A full description of the dataset can be found in the supplementary material of the [Open-Canopy article](https://arxiv.org/abs/2407.09392).
59
+
60
+ Our training, validation, and test sets cover most of the French territory. Test tiles are separated from train and validation tiles by a 1km buffer (a).
61
+
62
+ For each tile, we provide VHR images at a 1.5 m resolution (b) and associated LiDAR-derived canopy height maps (c).
63
+
64
+ ![Dataset overview](figures/Open-Canopy_overview.png)
65
+
66
+ ## Installation & Usage
67
 
68
+ See the [Open-Canopy GitHub](https://github.com/fajwel/Open-Canopy).
69
+
70
+
71
+ ## Pretrained models
72
+
73
+ Unet and PVTv2 models trained on Open-Canopy are available in the `pretrained_models` folder of the [dataset](https://huggingface.co/datasets/AI4Forest/Open-Canopy/tree/main).
74
 
75
  ## Reference
76
+
77
  Please include a citation to the following article if you use the Open-Canopy dataset:
78
 
79
  ```bibtex
80
  @article{fogel2024opencanopy,
81
+ title={Open-Canopy: A Country-Scale Benchmark for Canopy Height Estimation at Very High Resolution},
82
+ author={Fajwel Fogel and Yohann Perron and Nikola Besic and Laurent Saint-André and Agnès Pellissier-Tanon and Martin Schwartz and Thomas Boudras and Ibrahim Fayad and Alexandre d'Aspremont and Loic Landrieu and Philippe Ciais},
83
  year={2024},
84
  eprint={2407.09392},
85
  publisher = {arXiv},
86
+ url={https://arxiv.org/abs/2407.09392},
87
  }
88
  ```
89
 
90
  ## Acknowledgements
91
+
92
  This paper is part of the project *AI4Forest*, which is funded by the French National Research Agency ([ANR](https://anr.fr/Projet-ANR-22-FAI1-0002)), the German Aerospace Center ([DLR](https://www.dlr.de/en)) and the German federal ministry for education and research ([BMBF](https://www.bmbf.de/bmbf/en/home/home_node.html)).
 
93
 
94
+ The experiments conducted in this study were performed using HPC/AI resources provided by GENCI-IDRIS (Grant 2023-AD010114718 and 2023-AD011014781) and [Inria](https://inria.fr/fr).
95
 
96
  ## Dataset license
97
 
98
+ The "OPEN LICENCE 2.0/LICENCE OUVERTE" is a license created by the French government specifically for the purpose of facilitating the dissemination of open data by public administration.
99
+ If you are looking for an English version of this license, you can find it at the [official github page](https://github.com/etalab/licence-ouverte).
100
 
101
  As stated by the license :
102
+ - Applicable legislation: This licence is governed by French law.
103
+ - Compatibility of this licence:
104
+ This licence has been designed to be compatible with any free licence that at least requires an acknowledgement of authorship, and specifically with the previous version of this licence as well as with the following licences: United Kingdom’s “Open Government Licence” (OGL), Creative Commons’ “Creative Commons Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons Attribution” (ODC-BY).
 
 
 
 
 
105
 
106
  ## Authors
107
+
108
+ Fajwel Fogel (ENS), Yohann Perron (LIGM, ENPC, CNRS, UGE, EFEO), Nikola Besic (LIF, IGN, ENSG), Laurent Saint-André (INRAE, BEF), Agnès Pellissier-Tanon (LSCE/IPSL, CEA-CNRS-UVSQ), Martin Schwartz (LSCE/IPSL, CEA-CNRS-UVSQ), Thomas Boudras (LSCE/IPSL, CEA-CNRS-UVSQ), Ibrahim Fayad (LSCE/IPSL, CEA-CNRS-UVSQ, Kayrros), Alexandre d'Aspremont (CNRS, ENS, Kayrros), Loic Landrieu (LIGM, ENPC, CNRS, UGE), Philippe Ciais (LSCE/IPSL, CEA-CNRS-UVSQ).
figures/Open-Canopy_overview.png ADDED

Git LFS Details

  • SHA256: be31831e9f7666d0771fab0f0eb74315d7f42d13216891d5634dabe67f247002
  • Pointer size: 131 Bytes
  • Size of remote file: 627 kB