import numpy as np from PIL import Image %matplotlib inline import ... 3) a = a.astype(np.uint8) # a.astype('uint8') # a = np.uint8(a) # Then convert into ...
確定! 回上一頁