SkillAgentSearch skills...

RGCNN

Regularized Graph CNN for Point Cloud Segmentation

Install / Use

/learn @tegusi/RGCNN
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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.

View on GitHub
GitHub Stars58
CategoryEducation
Updated4mo ago
Forks9

Languages

Python

Security Score

97/100

Audited on Nov 19, 2025

No findings