toniz / posenet-on-ios

track human poses in realtime on iOS with tensorflow-lite and opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow-lite Posenet RealTime

1. Demo

2. Requirements:

3. Code reference

  • Opencv Example application made for this post.

  • Tensorflow Example application made for this post

  • Model File: PoseNet for pose estimation download (vision model that estimates the poses of a person(s) in image or video)

  • Paper: Multi-person Pose Estimation this post.

4. Installation:

git clone https://github.com/toniz/posenet-on-ios.git
cd posenet-on-ios/
pod install
open PosenetOnIOS.xcworkspace

About

track human poses in realtime on iOS with tensorflow-lite and opencv

License:MIT License


Languages

Language:C++ 44.0%Language:Objective-C++ 33.3%Language:Swift 12.1%Language:Objective-C 9.5%Language:Ruby 1.2%