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

6 visualizaciones (últimos 30 días)
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

Respuestas (1)

Sivylla Paraskevopoulou
Sivylla Paraskevopoulou el 17 de Oct. de 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.

Categorías

Más información sobre Run on Android Device en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by