A small python lib for attributing and classifying pointclouds using machine learning libs.
pointutils requires:
- Python 3
- Anaconda
- Installation uses the anaconda/miniconda system - please install this first if you don't have it already
- Clone the repository or download and unzip the tar
- cd into the folder and type the following
conda env create -f pointutils_env.yml
Alternatively, for a shorter wait (conda is quite slow these days), the mamba system is recommended, install this in your base conda then:
mamba env create -f pointutils_env.yml
- To activate - type
conda activate pointutils
TODO
TODO