Open ImmaFake opened 7 months ago
You need to compile the cython file before running the code: python setup.py build_ext --inplace
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.
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.