Update README.md
This commit is contained in:
parent
7a32bf42a6
commit
9f5d3b187e
11
README.md
11
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue