aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2016-03-16 12:20:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-16 16:21:58 -0700
commit4c85a08666796faad743a47b63d350132d5c0c90 (patch)
tree5aa1c52226c40994493f755954e79ddbca24c57a /tensorflow/examples/label_image
parentf1bccd320a742c67245ded0cbe5eba971294d769 (diff)
Rollforward of "Merge changes from github."
Change: 117375570
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.