Skip to content

Architectures

DeePoints neural architectures are based on the lightning.LightningModule interface, and they allow automatic logging of metrics through MLflow.

# import all builtin architectures
from deepoints.models import *

We provide multiple builtin architectures to perform both segmentation and classification tasks.

  • PointNet can be used in both aforementioned scenarios and shines for its robustness.

TODO