How to interpret “Image.fromarray()” method?

前端 未结 0 1435
日久生厌
日久生厌 2020-12-12 18:02

I\'m trying to create an image from "numpy.ndarray", using the following:

x = np.random.randint(0, 256, (3, 64, 64), dtype=np.uint8)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题