ranahanocka / MeshCNN

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

The problem when I run meshcnn classification #154

Open tushenkeke opened 11 months ago

tushenkeke commented 11 months ago

First, thank you for providing an open-source paper and code for processing 3D meshes, which has greatly benefited me. I'm new in meshCNN, when I set the norm parameter to 'none', I successfully ran the code, but the acc was only around 70%. When I used the default norm parameter 'batch', it would report the error 'normalization layer [BatchNorm2d] is not found', how to solve this problem? Do I need write BatchNorm2d in model?

ashaydave commented 7 months ago

Hi! Were you able to solve the issue?