aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-01-18 13:11:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-18 13:23:15 -0800
commitff151c9d6627248e7c62b2ece90c43ba0b82bdd8 (patch)
tree6268d2b43e7eb053b29215a83be0285c6314e0db /WORKSPACE
parent62915c0c528c8829502d8fa550c7c248a924c094 (diff)
Android demo: read MultiBox priors from a txt file in Java rather than reading from a proto file in C++ code, in order to reduce code/build complexity.
New model file archive with corresponding changes has been uploaded to https://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1a.zip Resolves #6670 Change: 144872035
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e0931512f4..a0c936af06 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -34,8 +34,8 @@ new_http_archive(
new_http_archive(
name = "mobile_multibox",
build_file = "models.BUILD",
- url = "https://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1.zip",
- sha256 = "b4c178fd6236dcf0a20d25d07c45eebe85281263978c6a6f1dfc49d75befc45f"
+ url = "https://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1a.zip",
+ sha256 = "859edcddf84dddb974c36c36cfc1f74555148e9c9213dedacf1d6b613ad52b96"
)
new_http_archive(