Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 657 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 657 Bytes

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