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

  1. Install PyTorch

  2. Install torch-scatter

  3. Install torch-cluster

  4. Install PyTorch3D (optional)

  5. 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.

Package Documentation