Fix assets for the TF camera example.
authorShashi Shekhar <shashishekhar@google.com>
Mon, 12 Mar 2018 03:20:45 +0000 (20:20 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Mar 2018 03:24:59 +0000 (20:24 -0700)
commit4b7511f4ecd6d0bd491ec557fe05fdfe731ecdae
treef388c5c09f6d56eb8c92b78590a7b6ef6f24ab29
parent8f0c30b88017e883c09da640422588804546b8fc
Fix assets for the TF camera example.

Mobile net model is downloaded from tf_http_archive("tf_mobilenet") rule and renaming the asset file in assets folder has no effect.

PiperOrigin-RevId: 188672531
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifierQuantizedMobileNet.java