Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 828 Bytes

INSTALL.md

File metadata and controls

30 lines (23 loc) · 828 Bytes

Installation

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