Searched refs:testImagePath (Results 1 – 2 of 2) sorted by relevance
48 private static String testImagePath = null; field in OvicBenchmarkerActivity83 InputStream imageStream = getAssets().open(testImagePath); in loadTestBitmap()92 testImagePath = "test_image_224.jpg"; in initializeTest()97 testImagePath = "test_image_224.jpg"; in initializeTest()
126 * 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…