From 9f5d3b187ef7e37452ae521daf658e0044dac9b8 Mon Sep 17 00:00:00 2001 From: Xu Ma <1007540910@qq.com> Date: Mon, 4 Oct 2021 03:48:33 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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