This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Building MXNet Engine for Android #19985
Unanswered
LewsTherin511
asked this question in
Q&A
Replies: 1 comment
-
You can copy the libmxnet.so obtained via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I need to deploy some GluonCV models on Android.
I've been suggested to use DJL, a Java high-level library that allows to deploy models created with different frameworks, including MXNet. As I understand, DJL can load engines from different frameworks...however, the MXNet engine for Android is not officially provided.
In the answers to this question, they suggest to build the MXNet engine for Android and to include it in the Android project, and they pointed to this link.
I ran the
script as indicated in the link, and it produces a Docker image with MXNet installed.
However, I don't really understand how to use this. Can I somehow...export it, and load it in the Android project?
Beta Was this translation helpful? Give feedback.
All reactions