MeshCNN
MeshCNN copied to clipboard
The size of convolution kernel of different ResConv layers in MeshCNN
Hello, I want to know that in the mesh segmentation task, what is the size of convolution kernel of different ResConv layers? Thank you very much.
Hi,
All the convolutional kernels have the same size (5). There are 4 values applied for the 1 ring neighbors, and 1 value applied on the edge itself. In the case of a residual connection, this is the same.

OK, thanks for your reply very much.