Commit
·
f05e4a7
verified
·
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse files- .gitattributes +56 -0
- README.md +81 -0
- dataset_extent_map.png +3 -0
- fractal.gpkg +3 -0
.gitattributes
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
fractal.gpkg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: etalab-2.0
|
3 |
+
pretty_name: FRACTAL
|
4 |
+
size_categories:
|
5 |
+
- 100K<n<1M
|
6 |
+
task_categories:
|
7 |
+
- other
|
8 |
+
tags:
|
9 |
+
- IGN
|
10 |
+
- Environement
|
11 |
+
- Earth Observation
|
12 |
+
- Aerial Lidar
|
13 |
+
- Point Cloud Segmentation
|
14 |
+
- 3D Scene Understanding
|
15 |
+
---
|
16 |
+
|
17 |
+
# FRACTAL: FRench ALS Clouds from TArgeted Landscapes
|
18 |
+
FRACTAL is a **benchmark dataset for 3D point cloud semantic segmentation**. It is large, open, and diverse.
|
19 |
+
|
20 |
+
>- The FRACTAL dataset is made of 100,000 point clouds from 5 spatial domains (French regions) and spans a total area of 250 km².
|
21 |
+
>- FRACTAL was sampled from an original 17,280 km² of data from the [Lidar HD program (2020-2025)](https://geoservices.ign.fr/lidarhd), with a simple but efficient sampling scheme that explicitly rebalances rare classes and concentrates challenging landscapes and scenes.
|
22 |
+
>- It includes 100,000 Aerial Lidar Scanning (ALS) point clouds, spanning 50 x 50 m each.
|
23 |
+
>- The point density is high: 10 pulses/m², 37 pts/m² on average, 9261M in total.
|
24 |
+
>- The target classification has 7 semantic classes: other | ground | vegetation | building | water | bridge | permanent structure.
|
25 |
+
>- Each point cloud is colorized with aerial images from the [ORTHO HR®](https://geoservices.ign.fr/bdortho).
|
26 |
+
>- Each data patch comes with detailed metadata including class histograms, elevation & elevation gain, and presence of specific landscapes or objects.
|
27 |
+
|
28 |
+
FRCTAL is presented in a data paper: [TITLE](TBD)
|
29 |
+
|
30 |
+
## Dataset content
|
31 |
+
<hr style='margin-top:-1em; margin-bottom:0' />
|
32 |
+
The FRACTAL dataset consists of a total of 100,000 patches: 80,000 in the train set, 10,000 in the val set, and 10,000 in the test set.
|
33 |
+
Each patch is a point cloud of high density aerial Lidar (10 pulses/m², ~40pts/m²).
|
34 |
+
Point clouds are vertically colorized with very high resolution aerial images at a 0.2 m spatial resolution, with near-infrared, red, green and blue channels.
|
35 |
+
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.
|
36 |
+
|
37 |
+
|
38 |
+
### Class distribution
|
39 |
+
<hr style='margin-top:-1em; margin-bottom:0' />
|
40 |
+
|
41 |
+
|
42 |
+
| Class | Train (%) | Val (%) | Test (%) |
|
43 |
+
|-------|----------:|--------:|---------:|
|
44 |
+
**Other**|0.6|0.5|0.7
|
45 |
+
**Ground**|39.0|39.1|40.5
|
46 |
+
**Vegetation**|57.0|56.9|54.1
|
47 |
+
**Building**|2.8|2.8|3.3
|
48 |
+
**Water**|0.5|0.5|1.2
|
49 |
+
**Bridge**|0.1|0.1|0.2
|
50 |
+
**Permanent structures**|0.04|0.04|0.04
|
51 |
+
|
52 |
+
### Dataset extent and train/val/test split
|
53 |
+
<hr style='margin-top:-1em; margin-bottom:0' />
|
54 |
+
FRACTAL was sampled from 5 spatial domains in Southern France, spanning 17,280 km² in total (3456 km² each on average), and distant from at least 100 km from one another.
|
55 |
+
|
56 |
+
To define a common benchmark, we split the data into train, val, and test sets (80%-10%-10%).
|
57 |
+
The 25 km² of test data was sampled from contiguous test areas defined in each spatial domain, spanning 1049 km² in total (210 km² on average).
|
58 |
+
The 200 km² + 25 km² of train and val data were sampled in the remaining areas, with spatial stratified sampling.
|
59 |
+
|
60 |
+
<p style="text-align: center;">
|
61 |
+
|
62 |
+
<img src="./dataset_extent_map.png" alt="dataset extent" width="600" style="display: block; margin: 0 auto"/>
|
63 |
+
Sampling area considered to create FRACTAL. Test sampling areas are highlighted in red.
|
64 |
+
</p>
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
## Citation
|
69 |
+
<hr style='margin-top:-1em; margin-bottom:0' />
|
70 |
+
Please include a citation to the following Data Paper if FRACTAL was useful to your research:
|
71 |
+
|
72 |
+
```
|
73 |
+
TBD
|
74 |
+
```
|
75 |
+
|
76 |
+
|
77 |
+
## Dataset license
|
78 |
+
<hr style='margin-top:-1em; margin-bottom:0' />
|
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 |
+
This licence is governed by French law.
|
81 |
+
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).
|
dataset_extent_map.png
ADDED
![]() |
Git LFS Details
|
fractal.gpkg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3b5bdf4a0e5b27e65aacbb8cf8ac57c461f4136e405fd65eb6ca71e810cf31b
|
3 |
+
size 31481856
|