Skip to content

Instantly share code, notes, and snippets.

@Dipeshpal
Created June 12, 2020 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dipeshpal/07f92e94c39514ecd6f7b2aabef004b0 to your computer and use it in GitHub Desktop.
Save Dipeshpal/07f92e94c39514ecd6f7b2aabef004b0 to your computer and use it in GitHub Desktop.
img = read_img(img_path="6.jpg")
model = load_model('Unet_black_background_81.h5')
res = model.predict(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment