Pixel2Mesh
Pixel2Mesh copied to clipboard
Graph convolution bit in the code
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
Hi, I would really appreciate a reply. (Sorry for being insisting).