PB Unity
Update README.md
1f08bc3 verified
|
raw
history blame
1.6 kB
metadata
pipeline_tag: object-detection
license: apache-2.0
library_name: unity-sentis

Hand Landmark from Google Mediapipe validated for Unity Sentis

This is the Hand Landmark model from Google in the Sentis format.

The model detects 3D markers on a hand centered in an image. You could use these markers, for example, to control a Mesh. For example this one in obj format.

IMPORTANT: The hands needs to be centered and cropped to fit the image. For images with hands not in the center or for multiple hands, you will need another model to detect faces, and crop them before feeding them into this model. For example you could use Blaze Palm to detect them (but this model only works with open palms).

How to Use

  • Create a new scene in Unity 2023
  • Put the hand_landmark.sentis file in the Assets/StreamingAssets folder
  • Put a video in the Assets/StreamingAssets folder and set videoName variable to the video name
  • Create a RawImage and place it in your scene. Link to this image in the previewUI field.

Preview

If you get it working it should look like this (original image from pexels.com): image showing markers

License

All Google Mediapipe models are open source under the Apache 2.0 license. The accompanying C# source code we provide can be used in your applications for commercial purposes.