aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-09 18:18:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-09 18:22:04 -0700
commit53aabd5cb0ffcc1fd33cbd00eb468dd8d8353df2 (patch)
treea1fd42cddba6b0b82e2eb8b121f7e2ab31c08204 /WORKSPACE
parent22730fd4c633a74e59c03ff76dc92e6ae2d5d020 (diff)
Update Android Detect demo to use models exported using the Tensorflow Object Detection API. Resolves #6738.
PiperOrigin-RevId: 164802542
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 10 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6b5d24560c..959587387e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -52,6 +52,16 @@ new_http_archive(
)
new_http_archive(
+ name = "mobile_ssd",
+ build_file = "models.BUILD",
+ sha256 = "bddd81ea5c80a97adfac1c9f770e6f55cbafd7cce4d3bbe15fbeb041e6b8f3e8",
+ urls = [
+ "http://storage.googleapis.com/download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip",
+ "http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip",
+ ],
+)
+
+new_http_archive(
name = "mobile_multibox",
build_file = "models.BUILD",
sha256 = "859edcddf84dddb974c36c36cfc1f74555148e9c9213dedacf1d6b613ad52b96",