Skip to content
Snippets Groups Projects
Commit 647e8243 authored by Antoine Lucas's avatar Antoine Lucas ⛷️
Browse files

Update Labs/Lab_3_LiDAR_ML_Segmentation/readme.md

parent 5fb38585
Branches main
No related tags found
No related merge requests found
# Lab_3 : LiDAR 3D cloud classification using machine learning
We aim at performing a classification over a 3D cloud obtained from ground LiDAR. The technique is based on Brodu & Lague, (2012) paper [1]. The pdf of the paper is available on this GitLab. Assuming some considerations about the 3D distribution of objects at various scales, we will compute the eigenvalues (out of PCA) for some training set. Hence we will apply some reference frame transformations, and finally train a classifier. The ultimate goal is to be able to classify a whole data set.
## Content:
--------
### Documentation:
`EDS_Lab3_Slides.pdf` :: Presentation slides
`References/BroduLague_ISPRS.pdf` :: Brodu & Lague, (2012) paper
### otebook and scripts:
`EDS_Lab_3_LiDARClassML.ipynb` :: Lab notebook
`libLab3_Lidar.py` :: Lab library
### Data sets directories:
`LiDARDunes` :: Dune and vegetation (**for prototpying, please use this one**)
`Forest` :: Forest and ground
`SnowTrees` :: Snowpack, Trees and chair lift
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment