Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natmlx/movenet-unity
Realtime pose detection in Unity Engine with NatML.
https://github.com/natmlx/movenet-unity
computer-vision machine-learning pose-estimation pose-tracking unity3d
Last synced: about 1 month ago
JSON representation
Realtime pose detection in Unity Engine with NatML.
- Host: GitHub
- URL: https://github.com/natmlx/movenet-unity
- Owner: natmlx
- License: apache-2.0
- Created: 2021-04-14T13:25:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T18:24:12.000Z (over 1 year ago)
- Last Synced: 2024-03-15T02:51:30.441Z (8 months ago)
- Topics: computer-vision, machine-learning, pose-estimation, pose-tracking, unity3d
- Language: C#
- Homepage: https://demos.natml.ai/@natsuite/movenet
- Size: 5.04 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoveNet
![demo](demo.gif)
MoveNet single body pose detection from Google MediaPipe.
## Running the Sample
Retrieve your access key from [NatML Hub](https://hub.natml.ai/profile) and add it to your Project Settings:![project settings](https://github.com/natmlx/NatDevice/raw/main/.media/key.png)
## Using the Predictor in a Different Project
[See the predictor README for more details](Packages/ai.natml.vision.movenet/README.md).## Requirements
- Unity 2021.2+## Supported Platforms
- Android API level 24+
- iOS 14+
- macOS 10.15+ (Apple Silicon and Intel)
- Windows 10+ (64-bit only)
- WebGL:
- Chrome 91+
- Firefox 90+## Resources
- Join the [NatML community on Discord](https://natml.ai/community).
- See the [NatML documentation](https://docs.natml.ai/unity).
- See the [VideoKit documentation](https://docs.natml.ai/videokit).
- Check out [NatML on GitHub](https://github.com/natmlx).
- Contact us at [[email protected]](mailto:[email protected]).Thank you very much!