Skip to content

Instantly share code, notes, and snippets.

@ferhat00
Created October 31, 2018 08:25
Show Gist options
  • Select an option

  • Save ferhat00/373f4aa23bdb5a7135705bc9ae2be416 to your computer and use it in GitHub Desktop.

Select an option

Save ferhat00/373f4aa23bdb5a7135705bc9ae2be416 to your computer and use it in GitHub Desktop.
preprocessed_image = prepare_image('blue_tit.jpg')
predictions = mobile.predict(preprocessed_image)
results = imagenet_utils.decode_predictions(predictions)
results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment