docker pull yanglei2024/op-bevheight:base
cd BEVHeight_Plus
python setup.py develop
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