Installation

August 23, 2021 ยท View on GitHub

Requirements

All the codes are tested in the following environment:

Install pcdet v0.3

NOTE: Please re-install pcdet v0.3 by running python setup.py develop even if you have already installed previous version.

a. Clone this repository.

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

b. Install the dependent libraries as follows:

  • Install the dependent python libraries:
pip install -r requirements.txt 

c. Install this pcdet library by running the following command:

python setup.py develop