Update README.md

This commit is contained in:
Xu Ma 2021-10-04 03:48:33 -04:00 committed by GitHub
parent 7a32bf42a6
commit 9f5d3b187e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,17 @@ Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual M
## 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