weiyithu / NerfingMVS

[ICCV 2021 Oral] NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo
MIT License
434 stars 58 forks source link

subprocess.CalledProcessError: Command 'mogrify -resize 50.0% -format png *.jpg' returned non-zero exit status 127. #10

Closed yanzq95 closed 3 years ago

yanzq95 commented 3 years ago

After the process of depth prior training was done, a bug "/bin/sh: 1: mogrify: not found" occurred in "mogrify -resize 50.0% -format png *.jpg". How can I deal with it? Thank you!

bug

weiyithu commented 3 years ago

I think it may be caused by the lack of imagemagick and imageio-ffmpeg dependencies. You can refer to NeRF installation.