Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 572 Bytes

install.md

File metadata and controls

29 lines (24 loc) · 572 Bytes

Step-by-step installation instructions

Recommended docker image

docker pull yanglei2024/op-bevheight:base
cd BEVHeight_Plus
python setup.py develop

Installation

a. Install pytorch(v1.9.0).

b. Install mmcv-full==1.4.0 mmdet==2.19.0 mmdet3d==0.18.1.

c. Install pypcd

git clone https://github.com/klintan/pypcd.git
cd pypcd
python setup.py install

d. Install requirements.

pip install -r requirements.txt

e. Install BEVHeight_Plus (gpu required).

python setup.py develop