MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

Error in mesh_prepare.py

Open sonukiller opened this issue 2 years ago • 0 comments

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.

sonukiller avatar Aug 22 '23 16:08 sonukiller