Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 583 Bytes

3_Setting_OpenPCDet.md

File metadata and controls

31 lines (24 loc) · 583 Bytes

Setting OpenPCDet

  • Execute the container
docker exec -it centerpointpillar bash
  • Install OpenPCDet based CenterPointPillar
cd ~/CenterPointPillar
sudo python setup.py develop
  • To Build Python module, you have to install and wrap the c++ to python API.
cd ~/
git clone https://github.com/pybind/pybind11.git
cd pybind11
cmake .
sudo make install

pip install --upgrade pip
sudo apt install python3-testresources

cd ~/CenterPointPillar/centerpoint/pybind
cmake -BRelease
cmake --build Release