embedded_gcnn icon indicating copy to clipboard operation
embedded_gcnn copied to clipboard

Embedded Graph Convolutional Neural Networks (EGCNN) in TensorFlow

Results 5 embedded_gcnn issues
Sort by recently updated
recently updated
newest added

hello! thanks to your work. I want to input a 3d(h×w×z) image. In order to process 3d_segmentation(after using SLIC algorithm), how do I modify the FormFeatureExtraction class、SLIC_FEATURES to get features?...

Thanks a lot for your work, It is helping everyone a lot. I was wondering, if I want to replace EGCNN with GCN, then what changes do I need to...

hello,thanks to your work,How can I run the program? Will it work on Windows system?

Hi! Amazing work! When using a algorithm such as SLIC to obtain a super pixel block, it seems that the super pixel block of each picture is different. And the...

Thank you very much for your work, I am not very familiar with the tensorflow version, do you have this code for pytorch?