Home
last modified time | relevance | path

Searched refs:testImagePath (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java48 private static String testImagePath = null; field in OvicBenchmarkerActivity
83 InputStream imageStream = getAssets().open(testImagePath); in loadTestBitmap()
92 testImagePath = "test_image_224.jpg"; in initializeTest()
97 testImagePath = "test_image_224.jpg"; in initializeTest()
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md126 * Add your model to the benchmarker apk by changing `modelPath` and `testImagePath` to your submiss…
131 testImagePath = "my_test_image.jpg";
136 If you are adding a detection model, simply modify `modelPath` and `testImagePath` in the else bloc…