Partial implemention of Pointnet2 written in PyTorch.
The custom ops used by Pointnet2 are currently ONLY supported on the GPU using CUDA.
mkdir build && cd build
cmake .. && make
Two training examples are provided by train_sem_seg.py
and train_cls.py
. The datasets for both will be downloaded automatically by default