I build and run tensoflow app demo from: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/java/demo
I replace model "mobilenet_quant_v1_224.tflite
" by my custom model "optimized_graph.tflite
" and label "labels.txt
" by my custom label "retrained_labels.txt
".
App run ok but i receive a error:
uninitialized classifier or invalid context in tensoflow app demo