While I'm using imgplot = plt.imshow(plt.imread('a.png'))
and display(Image('a.png'))
to show pictures, I have two total different pictures.
After I checked plt.imread('a.png')
it shows strange array. What is wrong during the process?
While I'm using imgplot = plt.imshow(plt.imread('a.png'))
and display(Image('a.png'))
to show pictures, I have two total different pictures.
After I checked plt.imread('a.png')
it shows strange array. What is wrong during the process?