r4ghu / iOS-Vision-HandPose

Hand Pose estimation using iOS Vision Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS-Vision-HandPose

This is the implementation of Hand Pose Estimation using iOS Vision Framework.

The app fetches image from your front facing camera and perform hand pose estimation at ~5 FPS. Most of the code is adapted from Apple's original DetectingHandPoseWithVision sample code.

Requirements

  • Xcode 12.0
  • iOS 14.0

Usage

To use this app, open iOS-Vision-HandPose.xcodeproj in Xcode 12 and run it on a device with iOS 14. (You can NOT use simulator for this project)

Results

These are the results of the app when tested on iPhone 7.

Result 1 Result 1

Donation

If this project helped you reduce time to develop, you can give me a cup of coffee :)

paypal

Author

Sri Raghu Malireddi / @r4ghu

About

Hand Pose estimation using iOS Vision Framework

License:MIT License


Languages

Language:Swift 100.0%