ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.58k stars 316 forks source link

Default parameters for conv_res, input_res, pool_res #38

Closed vedasunkara closed 4 years ago

vedasunkara commented 4 years ago

How do we define these parameters for defining the MeshConvNet model?

thank you!

ranahanocka commented 4 years ago

Hi @vedasunkara ,

Thanks for your interest in our work :) Please go through the examples in this GitHub repo as I wrote in the readme. Each example defines the parameters for each of the different datasets / tasks.