dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.44k stars 3.01k forks source link

Could you please add the implementation of 3D-GCN? #2728

Open WonderSimiliar opened 3 years ago

WonderSimiliar commented 3 years ago

🚀 Feature

'Convolution in the Cloud: Learning Deformable Kernels in 3D Graph Convolution Networks for Point Cloud Analysis' is a good paper with 3D-GCN, whose funciton contain graph classification and node calssification. But it only has pytorch vesion. Could please add an implementation with Tensorflow?

https://github.com/j1a0m0e4sNTU/3dgcn the above 3D-GCN’s code

Motivation

3D-GCN is very important, and it is a trend in academic.

jermainewang commented 3 years ago

cc @sneakerkg