ranahanocka / MeshCNN

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

How to get intermediate visualizations (after every pooling layer) for meshes? #29

Closed AshutoshRaj97 closed 4 years ago

ranahanocka commented 4 years ago

Hi @AshutoshRaj97 ,

Please go through / run the examples in this github repo, as they all do exactly that.

AshutoshRaj97 commented 4 years ago

Thanks a lot! It works for me now!