Effacer les filtres
Effacer les filtres

train deep learning model in matlab and used deep learning model in android studio

8 vues (au cours des 30 derniers jours)
I was training a deep learning model in matlab, now i want to use this train matlab file in android studio in order to classify images. is it possibile to do. i am converting the matlab file into.onnx but i donot understand how to import in android studio although i was using many technique to do this. is there is an other way to do this or what can i do

Réponses (1)

Sivylla Paraskevopoulou
Sivylla Paraskevopoulou le 17 Oct 2022
Let me start by saying that I have never used Android Studio. However, with a quick search I found that if you have a TensorFlow model, you can generate a TFLite model through TFLite Converter API, and then integrate the TFLite model into your app.
In R2022b, MATLAB introduced the exportNetworkToTensorFlow function that can export MATLAB deep learning models to TensorFlow.

Catégories

En savoir plus sur Run on Android Device dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by