The code is modified from repo https://github.com/DylanWusee/pointconv_pytorch
https://github.com/kenakai16/gpointconv_tf
Download the ModelNet40 dataset from here. This dataset is the same one used in PointNet, thanks to Charles Qi.
To train the model,
python train_cls_gconv.py --model gpointconv_modelnet40 --normal
To evaluate the model,
python eval_cls_gconv.py --checkpoint ./checkpoint/check_point.pth --normal
We are updating the latest weight...
This repository is released under MIT License (see LICENSE file for details).