taconite / arah-release

[ECCV 2022] ARAH: Animatable Volume Rendering of Articulated Human SDFs
https://neuralbodies.github.io/arah/
MIT License
186 stars 15 forks source link

ModuleNotFoundError: No module named 'im2mesh.utils.libmesh.triangle_hash' #35

Open ImmaFake opened 7 months ago

ImmaFake commented 7 months ago

When I want to run the test.py as the readme says. The error above happens. It seems like there is a triangle_hash.pyx in libmesh which is a cython file. What should I do to run the test successfully? Thanks a lot.

taconite commented 7 months ago

You need to compile the cython file before running the code: python setup.py build_ext --inplace

ImmaFake commented 7 months ago

thanks for your great work. That's my fault. I forgot to run that line. btw, I plan to run your code on our own dataset. I recognize that you have preprocessed code for ZJU-Mocap dataset and H36M dataset. Could you please provide me with a brief guide on how to modify my own dataset to meet ARAH requirements? Or I should simply change my own dataset into the format of ZJUMocap or H36m and this will work for me? Much appreciate.