Tutorial and End to End Example for Pytorch Mobile on Android

Hi everyone, i recently published a tutorial on Image Classification on Android with Pytorch Mobile

Since documentation and tutorials are still few on this, i included an easy to comprehend open source android application for image recognition.

The post is here: https://heartbeat.fritz.ai/pytorch-mobile-image-classification-on-android-5c0cfb774c5b

And the repository for the android application is here: https://github.com/johnolafenwa/PytorchMobile

This is intended as a reference to help pytorch developers easily deploy models with Pytorch Mobile.

5 Likes

Great tutorial, do you manage to deploy object detection on android?. I need to multiply detection output tensor with priorbox tensor somehow