Overview of OpenPoints features and supported models
masterOpenPoints is a framework designed for benchmarking and reproducing point-based methods for point cloud understanding. It serves as the underlying engine for the PointNeXt project.
Key Features
- Extensibility: Supports a wide range of basic operations including graph convolutions, self-attention, farthest point sampling, and ball query, making it easy to build new networks.
- Ease of Use: Configuration-based workflow for building models, optimizers, schedulers, loss functions, and data loaders.
Supported Models
- PointNet
- DGCNN
- DeepGCN
- PointNet++
- ASSANet
- PointMLP
- PointNeXt
- Pix4Point
- PointVector