You need a complete 3D slice and hence you should be using images[:,:,0] . i.e imgplot = plt.imshow(images[:,:,0]). which gives:.
確定! 回上一頁