From ff151c9d6627248e7c62b2ece90c43ba0b82bdd8 Mon Sep 17 00:00:00 2001 From: Andrew Harp Date: Wed, 18 Jan 2017 13:11:45 -0800 Subject: 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 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3