Skip to content

Hand and finger tracking solution (MediaPipe Hands) for Unity Barracuda

License

Notifications You must be signed in to change notification settings

Miyitus/HandPoseBarracuda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandPoseBarracuda

gif gif

HandPoseBarracuda is a proof-of-concept implementation of a neural network hand/finger tracker that works with a monocular color camera.

Basically, HandPoseBarracuda is a partial port of the MediaPipe Hands pipeline. Although it is not a straight port of the original package, it uses the same basic design and the same pre-trained models.

Note that this is just a proof-of-concept implementation. It lacks some essential features needed for practical applications:

  • It only accepts a single hand. Although you can reuse the most part of the implementation, you will need to redesign the system to support multiple hands.
  • It only supports screen-space (2D) positions and relative depths from a palm. You will need to implement a screen-to-world-space projector for 3D applications.

Related projects

HandPoseBarracuda uses the following sub-packages:

About

Hand and finger tracking solution (MediaPipe Hands) for Unity Barracuda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.2%
  • ShaderLab 18.3%
  • HLSL 12.5%