/PointNet

A pytorch implementation of PointNet

Primary LanguagePython

PointNet

A pytorch implementation of arxiv:1612.00593

Code are adapted from nikitakaraevv/pointnet and the official implementation charlesq34/pointnet and tested with python3.6,torch1.7.1+cu110,CUDA-11.0

Pointcloud Classification

Download the ModelNet10 dataset and extract it to the root path.

Install required libraries

pip install trimesh h5py

Preprocessing

python preprocess.py

Training

python train.py