aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/multibox_detector
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-01-26 14:38:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-26 14:49:26 -0800
commit493a75faad1289fcfef49d397080283d3e3ee6ab (patch)
tree9128068b0fece504edfe3d044ff8d5c22b594749 /tensorflow/examples/multibox_detector
parent52203802b972f5af3663e629e808d427f515ce63 (diff)
Fix links in multibox detector demo README.md
Change: 145722859
Diffstat (limited to 'tensorflow/examples/multibox_detector')
-rw-r--r--tensorflow/examples/multibox_detector/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/examples/multibox_detector/README.md b/tensorflow/examples/multibox_detector/README.md
index 42c63a5167..3b0385144a 100644
--- a/tensorflow/examples/multibox_detector/README.md
+++ b/tensorflow/examples/multibox_detector/README.md
@@ -2,7 +2,7 @@
This example shows how you can load a pre-trained TensorFlow network and use it
to detect objects in images in C++. For an alternate implementation see the
-[Android TensorFlow demo](https://tensorflow.org/tutorials/image_recognition/)
+[Android TensorFlow demo](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android)
## Description
@@ -68,4 +68,4 @@ $ bazel-bin/tensorflow/examples/multibox_detector/detect_objects --image=my_imag
```
For another implementation of this work, you can check out the [Android
-TensorFlow demo](https://tensorflow.org/tutorials/image_recognition/).
+TensorFlow demo](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android).