From d3b8f2326d6e47b46b746e9c48fa7686bc138c5e Mon Sep 17 00:00:00 2001 From: Jack Langerman Date: Fri, 13 May 2022 18:49:42 +0000 Subject: [PATCH] update readme --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 5afd223..c424738 100644 --- a/README.md +++ b/README.md @@ -71,15 +71,8 @@ git clone https://github.com/ma-xu/pointMLP-pytorch.git cd pointMLP-pytorch # 2. create a conda virtual environment and activate it -conda create -n pointmlp python=3.7 -y +conda env create conda activate pointmlp - -# 3. install required libs, pytorch1.7+, torchvision, etc. -conda install pytorch==1.10.1 torchvision==0.11.2 cudatoolkit=10.2 -c pytorch -y -pip install cycler einops h5py pyyaml==5.4.1 scikit-learn==0.24.2 scipy tqdm matplotlib==3.4.2 - -# 4. install CUDA kernels -pip install pointnet2_ops_lib/. ```