googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.47k stars 650 forks source link

Broken link when exporting to tensorflow lite #147

Open vanti opened 3 years ago

vanti commented 3 years ago

After creating a model, the link provided in the instructions to export to Tensorflow Lite->Floating point->Android is broken and results in a 404 error:

examples/lite/examples/image_classification/android/app/src/main/java/org/tensorflow/lite/examples/classification/tflite/_ClassifierQuantizedMobileNet.java

mehlkelm commented 1 year ago

Teachable Machine export instructions are out of sync with the latest Tensorflow Lite Image Classifier example updates. Not only is the link broken but a new Kotlin class is used and the getModelPath() and getLabelPath() functions no longer exist.