FeiGeChuanShu / ncnn_Android_MoveNet

Android MoveNet pose estimation by ncnn
125 stars 39 forks source link

ncnn_Android_MoveNet

Android MoveNet single human pose estimation and multipose by ncnn

this project is a ncnn Android demo for MoveNet, it depends on ncnn library and opencv.
https://github.com/Tencent/ncnn
https://github.com/nihui/opencv-mobile

model support:

1.movenet-singlepose-lightningv4(from tfhub)
2.movenet-singlepose-thunderv4(from tfhub)
3.movenet-multipose-lightning(from tfhub)

how to build and run

step1

https://github.com/Tencent/ncnn/releases

step2

https://github.com/nihui/opencv-mobile

step3