pramishp / ihuman

This is official implementation of the paper: "iHuman: Instant Animatable Digital Humans From Monocular Videos" [ECCV 2024]
62 stars 4 forks source link

Command '['ninja', '-v']' returned non-zero exit status 1. #6

Closed rorrewang closed 3 weeks ago

rorrewang commented 1 month ago

Thanks a lot for your excellent work!But I met some difficulties when intsalling the diff-gaussian-rasterization model. In case someone like me got errors like :

 subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

This problem may occur because some files were not downloaded during the installation, like:

/ihuman/submodules/diff-gaussian-rasterization/third_party/glm

I finally solved this problem by adding “--recursive” after the clone command,like:

git clone https://github.com/ashawkey/diff-gaussian-rasterization --recursive

Anyway,I spent a long time checking the ninja and gcc versions before I found the solution to the problem...Hope this can help someone.