PointMLP/README.md
2021-10-04 03:48:33 -04:00

24 lines
440 B
Markdown

# pointMLP-pytorch
Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework
## Install
Please ensure that python3.7+ is installed. We suggest user use conda to create a new environment.
Install dependencies
```bash
pip install -r requirement.txt
```
Install CUDA kernels
```bash
pip install pointnet2_ops_lib/.
```
## Classification ModelNet40
## Classification ScanObjectNN
## Part segmentation