mirror of
https://github.com/zhigang1992/PointRCNN.git
synced 2026-01-12 17:32:58 +08:00
12 lines
167 B
Bash
12 lines
167 B
Bash
cd pointnet2_lib/pointnet2
|
|
python setup.py install
|
|
cd ../../
|
|
|
|
cd lib/utils/iou3d/
|
|
python setup.py install
|
|
|
|
cd ../roipool3d/
|
|
python setup.py install
|
|
|
|
cd ../../../tools
|