# PointCNN.Pytorch **Repository Path**: hchouse/PointCNN.Pytorch ## Basic Information - **Project Name**: PointCNN.Pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PointCNN.PyTorch This is a PyTorch implementation of [PointCNN](https://github.com/yangyanli/PointCNN). It is as efficent as the origin Tensorflow implemetation and achieves same accuracy on both classification and segmentaion jobs. See the following references for more information: ``` "PointCNN" Yangyan Li, Rui Bu, Mingchao Sun, Baoquan Chen arXiv preprint arXiv:1801.07791, 2018. ``` [https://arxiv.org/abs/1801.07791](https://arxiv.org/abs/1801.07791) # Usage We've tested code on ModelNet40 only. ```python python train_pytorch.py ``` # License Our code is released under MIT License (see LICENSE file for details).