pointtree
A Python Package for Tree Instance Segmentation in 3D Point Clouds.
This is the documentation for version pr142 of the pointtree package.
Get started
Install PyTorch
Install torch-scatter
Install torch-cluster
Install PyTorch3D (optional)
Install the package:
python -m pip install pointtree
To avoid the manual installation of the package and it’s dependencies, you can also use our Docker container, which contains a ready-to-use installation of the pointtree package. To start the container you can run:
``bash
docker run --rm -it josafatburmeister/pointtree:latest
`
Inside the image, you can just start the Python interpreter and import the pointtree package.
Upgrade
If you want to upgrade to version pr142 of the package, see CHANGELOG.