スポンサーリンク
カテゴリ:Image
Python バージョン:Python2.7
Tensorflowバージョン:Tnsorflow 1.0
OSバージョン:Ubuntu 16.04.2
>>> image_buffer = Image.new('RGB', (DATA_WIDTH, DATA_HEIGHT), (255, 255, 255))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'Image' is not defined
from PIL import *
スポンサーリンク