How can I export ssd512 to Android phone?

Thank you for posting many useful demos. I am run demo_ssd.py on my PC successfully. Is there a code to convert the inference to an apk that can be load to Android smart phones?

You can have a look here: https://mxnet.incubator.apache.org/versions/master/faq/smart_device.html This tutorial shows how to run image recognition models on Android. The first step is amalgamation where you need to compile all necessary code in one single file. You can find the necessary scripts here https://github.com/apache/incubator-mxnet/tree/master/amalgamation

The first link isn’t working, and the amalgamation repository is not really clear about its usage. Can anyone else provide more information, please?