Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Created August 11, 2019 23:35
Show Gist options
  • Save techwithshadab/181506d69eac5fa239461711a7dfacd5 to your computer and use it in GitHub Desktop.
Save techwithshadab/181506d69eac5fa239461711a7dfacd5 to your computer and use it in GitHub Desktop.
# Displaying image
img=mpimg.imread('final/Raw_0016_011_20050913100034_Portrait.png')
imgplot = plt.imshow(img)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment