Skip to content

Simple working example of pytorch model deployed on android device using ncnn

License

Notifications You must be signed in to change notification settings

kikirizki/pytorch_to_android-ncnn

Repository files navigation

Deploy Deep Learning Model to Android

Easy pipeline to deploy deep learning on android, powered by :

Road Map

Image Classification

  • MobilenetV2
  • ViT

Object Detection

  • YoloX

Face Recogniton

  • MobileFaceNet + PocketNet
  • ElasticFace
  • ArcFace
  • MobileFaceNet + BlazeFace

Semantic Segmentation

  • Yolact

Conversion Script from PyTorch to NCNN

  • PocketNet Pytorch
  • MobileNet Pytorch

Demo

BlazeFace + MobileFaceNet

BlazeFace + PocketNet 128

Reference