fajwel commited on
Commit
561aa17
·
verified ·
1 Parent(s): 677e55b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -4,7 +4,7 @@ task_categories:
4
  - image-to-image
5
  language:
6
  - en
7
- pretty_name: A Country-Scale Dataset for Canopy Height Estimation at Very High Resolution
8
  tags:
9
  - LiDAR
10
  - Satellite
@@ -13,12 +13,12 @@ tags:
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
 
@@ -66,6 +66,7 @@ For each tile, we provide VHR images at a 1.5 m resolution (b) and associated Li
66
  ## Installation & Usage
67
 
68
  See the [Open-Canopy GitHub](https://github.com/fajwel/Open-Canopy).
 
69
 
70
 
71
  ## Pretrained models
 
4
  - image-to-image
5
  language:
6
  - en
7
+ pretty_name: Towards Very High Resolution Forest Monitoring
8
  tags:
9
  - LiDAR
10
  - Satellite
 
13
  - Canopy
14
  - Earth Observation
15
  ---
16
+ # Open-Canopy: Towards Very High Resolution Forest Monitoring
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: Towards Very High Resolution Forest Monitoring".
22
 
23
  This repository includes the code needed to reproduce all experiments in the paper.
24
 
 
66
  ## Installation & Usage
67
 
68
  See the [Open-Canopy GitHub](https://github.com/fajwel/Open-Canopy).
69
+ Note: in the first version of the dataset, non classified points were not taken into account in order to compute canopy height models (CHM) from LiDAR point clouds. The affected pixels can be masked using the provided lidar classification rasters (class 1). Starting January 2025, we also provide a second version of the CHMs where non classified points are included for computations (folder `lidar_v2`). This can lead to slighlty better metrics (gain about 0.05m on height MAE for the best model), although it affects less than 0.5% of pixels. However, use the first version of the CHMs to reproduce results of the paper. IGN is also starting to release pre-computed CHMs in some areas. When and where available, we recommend to use the CHMs released by IGN.
70
 
71
 
72
  ## Pretrained models