Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLangerman committed May 13, 2022
1 parent 53e06b3 commit d3b8f23
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
```


Expand Down

0 comments on commit d3b8f23

Please sign in to comment.