Skip to content

td-code/aeif-lidar-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrate Ground Plane Estimation from LiDAR data

Thao Dang, HS Esslingen, 2024

Almost everything here is copied from these two sites:

Make sure to check out the GettingStarted.ipynb notebook.

To run the samples, clone the repo and create the following jupyter kernel:

git clone https://github.com/td-code/aeif-lidar-sample.git
cd aeif-lidar-sample
conda create -n aeif-jupyter python==3.11 
conda activate aeif-jupyter 
conda install -c conda-forge numpy pandas scikit-learn scipy ipython jupyter tqdm
conda install -c conda-forge Pillow dill 
conda install -c open3d-admin open3d configargparse
conda install anaconda::seaborn
pip install aeif-dataset==0.8.5     
conda install -c conda-forge ipykernel     
python -m ipykernel install --user --name=aeif-jupyter

Then, download the AEIF data. All data should be placed or sym-linked in the data folder.

# run this from directory "aeif-lidar-sample"
mkdir data
cd data
wget https://bwsyncandshare.kit.edu/s/WiToGpB5Wr8PDpQ/download/example_record_1.4mse
wget https://bwsyncandshare.kit.edu/s/YwesoXYZ8izYSJW/download/example_record_2.4mse

Now check the jupyter notebooks in the notebooksfolder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published