tegusi / RGCNN

Regularized Graph CNN for Point Cloud Segmentation

Home Page:https://arxiv.org/abs/1806.02952

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regularized Graph CNN for Point Cloud Segmentation

This code is the tensorflow implementation of our preprinted paper, RGCNN: Regularized Graph CNN for Point Cloud Segmentation, ACM MultiMedia, 2018. Camera-ready version will be updated soon.

Installation

This code runs on tensorflow 1.4 and python 3.6 with additional library such as h5py. We borrow the framework of cnn_graph.

Usage

It requires original ModelNet40 and ShapeNet data, which can be downloaded here for segmentation and here for classification. You can use the tool provided by pointnet to convert the data to numpy array. We also provide our processed one but we don't guarantee its compatibility.

The train.py is quite easy to read, I'm sure you can run and test it smoothly.

Note

We test our code on jupyter notebook at first, so I suspect some part could be missing. If something went wrong, please contact me by email.

About

Regularized Graph CNN for Point Cloud Segmentation

https://arxiv.org/abs/1806.02952

License:Apache License 2.0


Languages

Language:Python 100.0%