qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.73k stars 1.03k forks source link

how to convert the trained model into TF Lite? #546

Open MustafaAlahmid opened 1 year ago

MustafaAlahmid commented 1 year ago

I have trained a model on my own data and now i need to use the model on the mobile phone so i need to convert the model to TF lite is it possible ?

tshr-d-dragon commented 1 year ago

Hi @MustafaAlahmid ,

Check this notebook for keras model to tflite model conversion. Close this issue if this solves it!!!:)