Skip to content

Commit

Permalink
Change a better demo image
Browse files Browse the repository at this point in the history
  • Loading branch information
KleinYuan committed Nov 7, 2017
1 parent d64002e commit 01ae9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python app.py
```

![res](https://user-images.githubusercontent.com/8921629/30366490-168b72cc-9820-11e7-9dab-18504e44b1d7.png)
![res](https://user-images.githubusercontent.com/8921629/32482793-24968e20-c34e-11e7-9810-4aef685d067f.jpg)

# Image Classifications

Expand Down
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import cv2
import tensorflow as tf

model_name = config.models["1"]
model_name = config.models["2"]
net = object_detection.Net(graph_fp='%s/frozen_inference_graph.pb' % model_name,
labels_fp='data/label.pbtxt',
num_classes=90,
Expand Down Expand Up @@ -40,4 +40,4 @@ def demo(mode=CAMERA_MODE):


if __name__ == '__main__':
demo(mode=CAMERA_MODE)
demo(mode=STATIC_MODE)
Binary file modified test_images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01ae9cb

Please sign in to comment.