aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-03-15 17:53:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-16 16:19:29 -0700
commit3ae663ccc5d08976e0f547d5b2ece35067a6673e (patch)
tree45810d02a11acc9b45e4268fd00548929ea91ffd /tensorflow/examples/label_image
parenta0d21ec39cc3f18781d2d37798aa328e12f92844 (diff)
Merge changes from github.
Change: 117301677
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/tensorflow/examples/label_image/README.md b/tensorflow/examples/label_image/README.md
index c24ce19f7f..1f40e8bef0 100644
--- a/tensorflow/examples/label_image/README.md
+++ b/tensorflow/examples/label_image/README.md
@@ -43,15 +43,15 @@ This uses the default example image that ships with the framework, and should
output something similar to this:
```
-I tensorflow/examples/label_image/main.cc:200] military uniform (866): 0.902268
-I tensorflow/examples/label_image/main.cc:200] bow tie (817): 0.05407
-I tensorflow/examples/label_image/main.cc:200] suit (794): 0.0113195
-I tensorflow/examples/label_image/main.cc:200] bulletproof vest (833): 0.0100269
-I tensorflow/examples/label_image/main.cc:200] bearskin (849): 0.00649746
+I tensorflow/examples/label_image/main.cc:207] military uniform (866): 0.647299
+I tensorflow/examples/label_image/main.cc:207] suit (794): 0.0477195
+I tensorflow/examples/label_image/main.cc:207] academic gown (896): 0.0232407
+I tensorflow/examples/label_image/main.cc:207] bow tie (817): 0.0157355
+I tensorflow/examples/label_image/main.cc:207] bolo tie (940): 0.0145023
```
In this case, we're using the default image of Admiral Grace Hopper, and you can
see the network correctly spots she's wearing a military uniform, with a high
-score of 0.9.
+score of 0.6.
Next, try it out on your own images by supplying the --image= argument, e.g.