android / codelab-mlkit-android

Other
179 stars 101 forks source link

custom-model folder not found in folder #18

Open irvin373 opened 5 years ago

irvin373 commented 5 years ago

Unpack the downloaded zip file. This will unpack a root folder (mlkit-android) with all of the resources you will need. For this codelab, you will only need the resources in the custom-model subdirectory.

custom-model not exist in folder (mlkit-android) is in mlkit-android-image_labeling that is in another codelab ^^

Adyel commented 5 years ago

I think you are looking for this quickstart-android/mlkit

majo551 commented 5 years ago

I have the same issue. The code lab example that can be downloaded is just a Kotlin version that is different to what the manual refers to. The tutorial shows extracts from a Android file that does not exists in the downloadable example. The original source code seems to be replaced but the tutorials stayed. Where is the Android example archived? It i snot possible to follow the tutorial without the referred java files. As an example there are few other classes and methods in the example that are not covered in the tutorial and are supposed to be in the zipped file. This is not true. The file contains only a Kotlin Main activity file , nothing else.
Either the tutorial is changed, or the original Android file is made available again. main

kotlin