am15h/tflite_flutter_helper

TensorLabel from tflite file

JoergPf opened this issue · 0 comments

I saw that labels can also be stored as Metadata in the tflite model, where the label file is embedded in metadata.
https://www.tensorflow.org/lite/models/convert/metadata

Is there a way to get rid of the labels.txt file and load the labels directly from the tflite model with TensorLabel?