Skip to content

Instantly share code, notes, and snippets.

@kevakba
Created September 1, 2020 17:45
Show Gist options
  • Save kevakba/f213a271abf160386e22a48b05945ba2 to your computer and use it in GitHub Desktop.
Save kevakba/f213a271abf160386e22a48b05945ba2 to your computer and use it in GitHub Desktop.
PATH = "C:/Users/ADMIN/Desktop/Project/1/train/In/In_1.bmp"
image = mpimg.imread(PATH)
plt.show()
plt.imshow(image)
plt.savefig('inclusion.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment