ranahanocka / MeshCNN

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

Error in mesh_prepare.py #152

Open sonukiller opened 1 year ago

sonukiller commented 1 year ago

Using a dictionary to store the mesh data instead of numpy. The numpy requires all the data to be in the same shape which is not true for "ve", so using a dictionary to store and load the data.