jp.torinos.mediapipe.posedetector
v1.0.0
Published
Detect Pose Bounding Area using Mediapipe BlazePose Model for Unity Barracuda
Downloads
3
Readme
PoseDetectBarracuda
This is pose detector that works with a monocular color camera.
This works by using the MediaPipe Pose model in Unity Barracuda.
PoseDetectBaracuda is based on BlazePalmBarracuda implementation by keijiro.
ONNX Model
The ONNX model files used here have been converted for Unity Barracuda using the same operations as BlazeFaceBarracuda by keijiro. Check out his Colab notebook for more details.
Require
- Unity 2020
Install
It can be installed by adding scoped registry to the manifest file(Packages/manifest.json).
scopedRegistries
{
"name": "torinos",
"url": "https://registry.npmjs.com",
"scopes": ["jp.torinos"]
}
dependencies
"jp.torinos.mediapipe.posedetector": "1.0.0"