am15h / tflite_flutter_helper

TensorFlow Lite Flutter Helper Library
https://pub.dev/packages/tflite_flutter_helper
Apache License 2.0
159 stars 285 forks source link

TensorLabel from tflite file #66

Open JoergPf opened 1 year ago

JoergPf commented 1 year ago

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?