Skip to content

Commit

Permalink
Updated output example
Browse files Browse the repository at this point in the history
Due to the change of using OpenCV instead of PIL, the output (prediction probability) is slightly different. So, This simply brings the example inline with what one can expect running the current version.
  • Loading branch information
Kent Sommer authored Feb 2, 2017
1 parent c5e47d1 commit a4410af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Pre-Trained weights for this Keras model can be found here: https://github.com/k
Once you have downloaded the inception_v4_pretrained.h5, you can evaluate a sample image by performing the following:
* ```$ python evaluate_image.py```
```
Loaded Model Weights!
Class is: African elephant, Loxodonta africana
Certainty is: 0.938018
Certainty is: 0.868498
```

# Performance Metrics (@Top5, @Top1)
Expand Down

0 comments on commit a4410af

Please sign in to comment.