Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 912 Bytes

INSTALL.md

File metadata and controls

31 lines (26 loc) · 912 Bytes

Requirements

All the codes are tested in the following environment:

Install dependent libraries

a. Clone this repository.

git clone https://github.com/CVMI-Lab/PLA.git

b. Install the dependent libraries as follows:

  • Install the dependent Python libraries (Please note that you need to install the correct version of torch and spconv according to your CUDA version):

    pip install -r requirements.txt 
  • Install SoftGroup following its official guidance.

    cd pcseg/external_libs/softgroup_ops
    python3 setup.py build_ext develop
    cd ../../..
  • Install pcseg

    python3 setup.py develop