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:
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 :
This problem may occur because some files were not downloaded during the installation, like:
I finally solved this problem by adding “--recursive” after the clone command,like:
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.