Q:

image from numpy

from PIL import Image

PIL_image = Image.fromarray(numpy_image.astype('uint8'), 'RGB')
1
Image.fromarray(data, 'RGB')
-1

New to Communities?

Join the community