Architectures
DeePoints neural architectures are based on the lightning.LightningModule interface, and they allow automatic logging of metrics through MLflow.
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