dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

AttributeError: module 'PIL' has no attribute 'Image' #90

Closed morpheusthewhite closed 5 years ago

morpheusthewhite commented 5 years ago

AttributeError: module 'PIL' has no attribute 'Image'

Originally posted by @movie3105 in https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/issues/87#issuecomment-519037997

morpheusthewhite commented 5 years ago

Make sure you are using a supported version of Python (post here your python version (python --version))

You can try to reinstall pillow by

pip uninstall pillow
pip install pillow
movie3105 commented 5 years ago

yup thank you it solve the problem