MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

The size of convolution kernel of different ResConv layers in MeshCNN

Open lsj1211 opened this issue 5 years ago • 2 comments

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.

lsj1211 avatar Sep 06 '20 10:09 lsj1211

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. image

ranahanocka avatar Sep 19 '20 11:09 ranahanocka

OK, thanks for your reply very much.

lsj1211 avatar Sep 20 '20 04:09 lsj1211