embedded_gcnn
embedded_gcnn copied to clipboard
Embedded Graph Convolutional Neural Networks (EGCNN) in TensorFlow
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?
SLIC
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...
pytorch
Thank you very much for your work, I am not very familiar with the tensorflow version, do you have this code for pytorch?