CharlesGaydon
commited on
Commit
•
a315c11
1
Parent(s):
294f794
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
license: etalab-2.0
|
3 |
-
pretty_name:
|
4 |
size_categories:
|
5 |
- 100K<n<1M
|
6 |
task_categories:
|
7 |
- image-classification
|
8 |
-
- other
|
9 |
tags:
|
10 |
- IGN
|
11 |
- Aerial
|
@@ -20,38 +20,33 @@ tags:
|
|
20 |
---
|
21 |
|
22 |
# Dataset Card for PureForest
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
PureForest
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
Lidar points clouds | Aerial imagery
|
38 |
:-------------------------:|:-------------------------:
|
39 |
![](./imagery_18_classes.png) | ![](./lidar_18_classes.png)
|
40 |
|
41 |
-
|
42 |
-
## Dataset Structure
|
43 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
44 |
The PureForest dataset consists of a total of 135,569 patches: 69111 in the train set, 13523 in the val set, and 52935 in the test set.
|
45 |
Each patch includes a high-resolution aerial image (250 pixels x 250 pixels) at 0.2 m resolution, and a point cloud of high density aerial Lidar (10 pulses/m², ~40pts/m²).
|
46 |
Band order is near-infrared, red, greeb, blue. For convenience, the Lidar point clouds are vertically colorized with the aerial images.
|
47 |
|
48 |
-
Lidar and imagery data were acquired over several years in distinct programs, and consequently they are asynchrone: depending on the location, up to 3 years might separate them.
|
49 |
-
|
50 |
|
51 |
-
|
52 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
53 |
-
Annotations were made at the forest level, and considering only monospecific forests. A semi-automatic approach was adopted in which
|
54 |
-
were selected and then curated by expert photointerpreters from the IGN. The annotation polygons
|
55 |
a forest vector database of tree species occupation in France. Ground truths from the [French National Forest Inventory](https://inventaire-forestier.ign.fr/?lang=en)
|
56 |
were also used to improve the condidence in the purity of the forests.
|
57 |
|
@@ -71,7 +66,7 @@ were also used to improve the condidence in the purity of the forests.
|
|
71 |
**(11) Larch**|3.67%|3.73%|0.48%
|
72 |
**(12) Douglas**|0.23%|1.95%|0.20%
|
73 |
|
74 |
-
|
75 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
76 |
The polygons were sampled in southern France due to the partial availability of the Lidar data at the time of dataset creation.
|
77 |
They are located in 40 distinct French administrative departments, covering a large diversity of territories and forests.
|
@@ -87,17 +82,17 @@ Approximate positions of forests in PureForest:
|
|
87 |
|
88 |
## Citation
|
89 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
90 |
-
Please include a citation to the following
|
91 |
|
92 |
```
|
93 |
@article{gaydon2024pureforest,
|
94 |
title={PureForest: A Large-scale Aerial Lidar and Aerial Imagery Dataset for Tree Species Classification in Monospecific Forests},
|
95 |
author={Gaydon, Charles and Roche, Floryne},
|
96 |
year={2024},
|
|
|
|
|
97 |
doi={TBD},
|
98 |
-
url={TBD}
|
99 |
language = {en},
|
100 |
-
publisher = {ArXiv},
|
101 |
}
|
102 |
```
|
103 |
|
@@ -106,4 +101,4 @@ Please include a citation to the following article if you use the PureForest dat
|
|
106 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
107 |
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.<br/>
|
108 |
This licence is governed by French law.<br/>
|
109 |
-
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).
|
|
|
1 |
---
|
2 |
license: etalab-2.0
|
3 |
+
pretty_name: PureForest
|
4 |
size_categories:
|
5 |
- 100K<n<1M
|
6 |
task_categories:
|
7 |
- image-classification
|
8 |
+
- other
|
9 |
tags:
|
10 |
- IGN
|
11 |
- Aerial
|
|
|
20 |
---
|
21 |
|
22 |
# Dataset Card for PureForest
|
23 |
+
- PureForest dataset is derived from 449 different forests located in 40 French departments, mainly in the southern regions.
|
24 |
+
- This dataset includes 135,569 patches, each measuring 50 m x 50 m, covering a cumulative exploitable area of 339 km².
|
25 |
+
- Each patch represents a monospecific forest, annotated with a single tree species label.
|
26 |
+
- The proposed classification has 13 semantic classes, hierarchically grouping 18 tree species.
|
27 |
+
- PureForest features 3D and 2D modalities:
|
28 |
+
- High density Aerial Lidar Scanning (ALS) point clouds of high density: 10 pulses/m², or about 40 pts/m².
|
29 |
+
The Lidar data was acquired via the [Lidar HD program (2020-2025)](https://geoservices.ign.fr/lidarhd), an ambitious initiative undertaken by the IGN - the French Mapping Agency - to obtain a detailed 3D description of the French territory using ALS.
|
30 |
+
- Very High Resolution (VHR) aerial images with RGB + Near-Infrared channels at a spatial resolution of 0.2 m (250 × 250 pixels).
|
31 |
+
Aerial images come from the [ORTHO HR®](https://geoservices.ign.fr/bdortho), a mosaic of aerial images acquired during national aerial surveys by the IGN.
|
32 |
+
Lidar and imagery data were acquired over several years in distinct programs, and up to 3 years might separate them. The years of acquisition are given as metadata.
|
33 |
+
|
34 |
+
|
35 |
+
VHR Aerial imagery (ORTHO HR) | ALS points clouds (Lidar HD)
|
|
|
|
|
36 |
:-------------------------:|:-------------------------:
|
37 |
![](./imagery_18_classes.png) | ![](./lidar_18_classes.png)
|
38 |
|
39 |
+
## Dataset content
|
|
|
40 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
41 |
The PureForest dataset consists of a total of 135,569 patches: 69111 in the train set, 13523 in the val set, and 52935 in the test set.
|
42 |
Each patch includes a high-resolution aerial image (250 pixels x 250 pixels) at 0.2 m resolution, and a point cloud of high density aerial Lidar (10 pulses/m², ~40pts/m²).
|
43 |
Band order is near-infrared, red, greeb, blue. For convenience, the Lidar point clouds are vertically colorized with the aerial images.
|
44 |
|
|
|
|
|
45 |
|
46 |
+
### Annotations
|
47 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
48 |
+
Annotations were made at the forest level, and considering only monospecific forests. A semi-automatic approach was adopted in which forest polygons
|
49 |
+
were selected and then curated by expert photointerpreters from the IGN. The annotation polygons were selected frim the [BD Forêt](https://inventaire-forestier.ign.fr/spip.php?article646),
|
50 |
a forest vector database of tree species occupation in France. Ground truths from the [French National Forest Inventory](https://inventaire-forestier.ign.fr/?lang=en)
|
51 |
were also used to improve the condidence in the purity of the forests.
|
52 |
|
|
|
66 |
**(11) Larch**|3.67%|3.73%|0.48%
|
67 |
**(12) Douglas**|0.23%|1.95%|0.20%
|
68 |
|
69 |
+
### Dataset extent and train/val/test split
|
70 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
71 |
The polygons were sampled in southern France due to the partial availability of the Lidar data at the time of dataset creation.
|
72 |
They are located in 40 distinct French administrative departments, covering a large diversity of territories and forests.
|
|
|
82 |
|
83 |
## Citation
|
84 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
85 |
+
Please include a citation to the following Data Paper if PureForest was useful to your research:
|
86 |
|
87 |
```
|
88 |
@article{gaydon2024pureforest,
|
89 |
title={PureForest: A Large-scale Aerial Lidar and Aerial Imagery Dataset for Tree Species Classification in Monospecific Forests},
|
90 |
author={Gaydon, Charles and Roche, Floryne},
|
91 |
year={2024},
|
92 |
+
publisher = {ArXiv},
|
93 |
+
url={https://arxiv.org/abs/2404.12064}
|
94 |
doi={TBD},
|
|
|
95 |
language = {en},
|
|
|
96 |
}
|
97 |
```
|
98 |
|
|
|
101 |
<hr style='margin-top:-1em; margin-bottom:0' />
|
102 |
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.<br/>
|
103 |
This licence is governed by French law.<br/>
|
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).
|