pointtorch

A Python Package for Deep Learning on 3D Point Clouds Using PyTorch.


This is the documentation for version 0.2.0 of the pointtorch 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 pointtorch
    

Upgrade

If you want to upgrade to version 0.2.0 of the package, see CHANGELOG.

Package Documentation