Skip to content

Ciaran1981/pointutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointutils

A small python lib for attributing and classifying pointclouds using machine learning libs.

Dependencies

pointutils requires:

  • Python 3
  • Anaconda

User installation

  1. Installation uses the anaconda/miniconda system - please install this first if you don't have it already
  2. Clone the repository or download and unzip the tar
  3. 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

  1. To activate - type

conda activate pointutils

Quickstart

TODO

Docs

TODO

Releases

No releases published

Packages

No packages published

Languages