Adding in the trained models for the first android app.
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
project.ext.ASSET_DIR = projectDir.toString() + '/src/main/assets'
|
||||
|
||||
assert file(project.ext.ASSET_DIR + "/graph.lite").exists()
|
||||
assert file(project.ext.ASSET_DIR + "/inception.tflite").exists()
|
||||
assert file(project.ext.ASSET_DIR + "/labels.txt").exists()
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user