AaronJackson / vrn

:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
http://aaronsplace.co.uk/papers/jackson2017recon/
MIT License
4.52k stars 742 forks source link

Example can run and output generate data, why the following error? #62

Closed zhoujianwen closed 6 years ago

zhoujianwen commented 6 years ago

./run.sh .... ......... ImportError('Imageio Pillow requires ' ImportError: Imageio Pillow requires Pillow, not PIL!

[root@localhost torch]# pip install Pillow
Requirement already satisfied: Pillow in /usr/lib64/python2.7/site-packages

At last, whatever the result, thank you very much, and let me learn a lot of knowledge.

AaronJackson commented 6 years ago

You might have both PIL and Pillow installed. In which case, remove PIL.

aovoc commented 5 years ago

I upgraded pillow version from '3.1.2' to '5.2.0', the error disapeared.