This project is implemented with Python 3.7.10 and Pytorch 1.9.0. To run our code, first, install the PointNet2 cpp lib as follows. cd pointnet2 python setup.py install cd .. Then, we go on to prepare ...