Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

Graph convolution bit in the code

Open lukkio88 opened this issue 6 years ago • 1 comments

Hi,

can you please point out the specific bit in your code that performs the convolution from a layer to the next? It is my understanding that your `GraphConvolution' class should involve somehow a fourier transform, or something equivalent based the laplacian matrix. It doesn't seem to me though you're using anything like that.

Can you please give a brief description of what is actually involved in the computation with reference to https://github.com/nywang16/Pixel2Mesh/blob/master/p2m/layers.py ?

Thank you

lukkio88 avatar May 08 '19 17:05 lukkio88

Hi, I would really appreciate a reply. (Sorry for being insisting).

lukkio88 avatar May 14 '19 10:05 lukkio88