yuyangyg / Pointnet2_PyTorch

PyTorch implementation of Pointnet2/Pointnet++ -- https://github.com/charlesq34/pointnet2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pointnet2/Pointnet++ PyTorch

Implemention of Pointnet2/Pointnet++ written in PyTorch.

The custom ops used by Pointnet++ are currently ONLY supported on the GPU using CUDA.

Building CUDA kernels

  • mkdir build && cd build
  • cmake .. && make

Exampling training

Two training examples are provided by pointnet2/train/train_sem_seg.py and pointnet2/train/train_cls.py. The datasets for both will be downloaded automatically by default.

The scripts expect that you are in the root directory and have that directory added to your PYTHONPATH, i.e export PYTHONPATH=$(pwd):${PYTHONPATH}

About

PyTorch implementation of Pointnet2/Pointnet++ -- https://github.com/charlesq34/pointnet2


Languages

Language:Python 70.7%Language:Cuda 17.6%Language:C 9.5%Language:C++ 1.2%Language:CMake 1.0%