Skip to content

Detect 3d hand landmark from video stream.

Notifications You must be signed in to change notification settings

szotp-lc/HandTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandTracker

Forked from: https://github.com/noppefoxwolf/HandTracker

Building MediaPipeHands.framework

  1. Setup mediapipe repo.
  2. Clone this repo inside the mediapipe directory.
  3. Run bazel build HandTracker/Sources:MediaPipeHands -c opt --config=ios_arm64

Using precompiled MediaPipeHands.framework

See Example/Example.xcworkspace

platform :ios, '14.0'

target 'Example' do
  use_frameworks!

  pod 'MediaPipeHands', :podspec => 'https://github.com/szotp-lc/HandTracker/releases/download/1.4/MediaPipeHands.podspec'
end

About

Detect 3d hand landmark from video stream.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 35.2%
  • Objective-C++ 29.1%
  • Swift 28.8%
  • Starlark 5.3%
  • Other 1.6%