aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
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",