INSTALL.md

May 3, 2024 ยท View on GitHub

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
git fetch -all
git checkout regionplc

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