ThibaultGROUEIX / 3D-CODED

Pytorch Implementation for the project : `3D-CODED` and `Learning Elementary Structure`

Home Page:http://imagine.enpc.fr/~groueixt/3D-CODED/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trimesh.io doesn't exist

Rookiee opened this issue · comments

Thanks for sharing the code.
I'm using the latest trimesh 2.36.28. The line 58 (trimesh.io.export.export_mesh(mesh, "results/correspondences.ply")) in "/inference/correspondences.py" should be modified to mesh.export("results/correspondences.ply") so as to make the program run smoothly.

trimesh.io module doesn't exist in 2.36.28.

Thanks for sharing your feedback! i'll update asap.
best regards,
Thibault