Problem loading TensorFlow Lite model into Android application.
I used many repositories as an example of an application with a .tflite format model (specifically for the segmentation task), they all work and launch, but as soon as I load my model, the application either crashes or simply does not work.
I used such repositories as examples: TensorFlow Lite Example, MLkit, D2GO (it had a .pt format, and I also couldn’t load my model). After a while I realized that my model was missing metadata. I don’t know if they are needed there or not, but I also tried to add them or train the model through the official Tensorflow documentation, all of which were unsuccessful. Can anyone tell me how I can run my model on Android? TF version 2.17.0
6