Closed kryptojenix closed 5 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
import Image
from PIL import Image
Hope this helps somebody
closed #17
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
tofrom PIL import Image
Hope this helps somebody