Im doing a plot with the code
plt.imshow(img_name, cmap = 'gray')
and I get white grids all over the image. how can I remove them?
Im doing a plot with the code
plt.imshow(img_name, cmap = 'gray')
and I get white grids all over the image. how can I remove them?