open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.6k stars 1.22k forks source link

android deployment #625

Open wm901115nwpu opened 3 years ago

wm901115nwpu commented 3 years ago

If I want to deploy mmpose application deploy in andoid mobile photo, how to do it.

pablovela5620 commented 3 years ago

You'd have to convert the trained model to torchscript and do some optimizations, you'll be able to find more info here https://pytorch.org/mobile/home/ and example apps here https://github.com/pytorch/android-demo-app