Hand Pose - Realtime Hand Pose Recognition
NatML
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/27(2022) |
0.0 |
11/18(2024) |
0.0 |
Jump AssetStore
Realtime hand pose detection from Google's MediaPipe optimized for mobile applications.Perform realtime hand pose detection with the Hand Pose model from Google's MediaPipe. This package requires NatML to run the machine learning model. Features include:+ Bare Metal Performance. The Hand Pose predictor is implemented with NatML, which takes advantage of hardware machine learning accelerators, like CoreML on iOS and macOS, NNAPI on Android, and DirectML on Windows.+ Extremely Easy to Use. The Hand Pose predictor accepts an image (Texture2D, WebCamTexture, NatDevice, and more) and returns a hand pose with . As such, it can be used in only a few lines of code. See more on NatML Hub.+ Cross Platform. The Hand Pose predictor supports Android, iOS, macOS, and Windows alike. As such you can test it in the Editor, and deploy it to the device all in one seamless workflow.+ Augmented Reality. This predictor is particularly suited for augmented reality applications, where it can create hand gesture recognition experiences for users.+ Lightweight Package. This package contains the predictor scripts, whereas the ML model will be downloaded at runtime from NatML Hub and cached onto the device, reducing the app size significantly.Discover more ML models on NatML Hub.Join the NatML community on Discord.Check out the NatML documentation.See more NatML projects on GitHub.Read the NatML blog.Discuss NatML on Unity Forums.Contact us at hi@natml.ai.Dependencies- NatML 1.0.11+Supported Platforms- Android API Level 24+ (Android Nougar or newer)- iOS 13+- macOS 10.15+- Windows 10+, 64-bit only