danielegrattarola / spektral

Graph Neural Networks with Keras and Tensorflow 2.
https://graphneural.network
MIT License
2.36k stars 334 forks source link

[Feature Request] Could you please add the implementation of 3D-GCN?  #191

Open WonderSimiliar opened 3 years ago

WonderSimiliar commented 3 years ago

'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.

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

danielegrattarola commented 3 years ago

Hi,

I have put this layer in my todo list, will update this issue once it goes live.

Cheers