DECA icon indicating copy to clipboard operation
DECA copied to clipboard

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

Open nosy-b opened this issue 3 years ago • 2 comments

Hi!

I can't figure out why it keeps crashing on that. ninja -v seems to work in the DECA directory. (I'm on win 10) I added the ninja command to the path so it can be recognized from other directories but it seems to not find the 'build.ninja' when I run DECA principal command (demo_reconstruct.py)

Any idea? Thanks!

nosy-b avatar Feb 10 '22 18:02 nosy-b

@nosy-b want know fix this?thanks

fingerx avatar Feb 20 '22 07:02 fingerx

install pytorch3d and set --rasterizer_type=pytorch3d instead It works for me.

panchangda avatar Mar 09 '22 07:03 panchangda