open-anatomy / SfM_gui_for_openMVG

SfM workflow GUI for the open Multiple View Geometry library. Including openMVG sources.
Other
35 stars 7 forks source link

GUI workflow fails at first step - No module named Image #16

Closed kryptojenix closed 5 years ago

kryptojenix commented 6 years ago

On Ubuntu 16.04 with updated python I managed to get it working by editing openMVG_build/software/SfM/workflow.py

and changing import Image to from PIL import Image

Hope this helps somebody

mad-de commented 5 years ago

closed #17