INSTALL.md
May 3, 2024 ยท View on GitHub
Requirements
All the codes are tested in the following environment:
- Python 3.7+
- PyTorch 1.8
- CUDA 11.1
- spconv v2.x
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
torchandspconvaccording 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