CharlesGaydon commited on
Commit
6917e33
1 Parent(s): 733f88a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -64,8 +64,23 @@ model-index:
64
  ---
65
 
66
  ## Uses
67
-
68
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  ## Bias, Risks, Limitations and Recommendations
71
 
 
64
  ---
65
 
66
  ## Uses
67
+ The model was specifically trained and designed for the segmentation of aerial lidar point clouds from the Lidar HD program (2020-2025),
68
+ an ambitious initiative that aim to obtain a 3D description of the French territory by 2026.
69
+ While the model could be applied to other types of point clouds, Lidar HD data have specific geometric specifications. Furthermore, the training data was colorized
70
+ with very-high-definition aerial images from the ([BD ORTHO®](https://geoservices.ign.fr/bdortho)), which have their own spatial and radiometric specifications.
71
+
72
+ Consequently, the model's prediction would improve for aerial lidar point clouds with similar densities and colorimetries than the original ones.
73
+
74
+ **Data preprocessing**
75
+ Point clouds were preprocessed for training with point subsampling, filtering of artefacts points, on-the-fly creation of colorimetric features, and normalization of features and coordinates.
76
+ For inference, the same preprocessing should be used (refer to the inference configuration and to the code repository).
77
+
78
+ **Inference library: Myria3D**
79
+ Model was trained in an open source deep learning code reposiroty developped in-house, and inference is only supported in this library.
80
+ The library comes with a Dockerfile as well as detailed documentation for inference.
81
+ Patched inference from large point clouds (e.g. 1 x 1 km Lidar HD tiles) is supported, with or without (default) overlapping sliding windows.
82
+ The original point cloud is augmented with several dimensions: a PredictedClassification dimension, an entropy dimension, and (optionnaly) class probability dimensions (e.g. building, ground...).
83
+ Refer to Myria3D's documentation for custom settings.
84
 
85
  ## Bias, Risks, Limitations and Recommendations
86