TimoBolkart / TEMPEH

TEMPEH reconstructs 3D heads in dense semantic correspondence from calibrated multi-view images in about 0.3 seconds.
https://tempeh.is.tue.mpg.de
Other
116 stars 7 forks source link

Replacement of MPI-IS/mesh? #4

Closed edavattathu-ronnie closed 9 months ago

edavattathu-ronnie commented 9 months ago

I am trying to run tempeh in windows and the installation of the mesh viewer from MPI-IS/mesh is not getting installed on windows, and also starts giving away too many errors. Is there any replacement for the mesh viewer maybe making use of meshlab in this case? but I am new to this, don't know how to replace the "Mesh" class that you are using from psbody.mesh with meshlab? Please let me know if there is some alternative to this?

Thanks for the great work!

edavattathu-ronnie commented 9 months ago

I was able to install psbody for windows, with some work-arounds! installed CGAL, along with which boost was also installed and thus installed psbody from the official repo which you guys mentioned in the README.md

TimoBolkart commented 9 months ago

Beside this, the MPI-IS/mesh is mostly used for reading and writing meshes. One could replace the mesh loading in those places with Trimesh, which is installed anyways.