diff --git a/README.md b/README.md index 6fc83e0..7649eac 100644 --- a/README.md +++ b/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