Skip to content

Luis-Kr/scanline_classification

Repository files navigation

TLS point cloud classification using a scanline based segmentation and subsampling approach

Conda environment installation

To install the conda environment used for the project, run the following command in the command line (project directory level):

conda env create -f environment.yml

This will create a new conda environment called 'scanline_classification' with all the necessary dependencies for this project. Most packages were installed using pip as the package manager. For packages that failed to install with pip, conda was used. The python version is 3.10.

To activate the environment, run:

conda activate scanline_classification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published