1.0.0 • Published 3 years ago

jp.torinos.mediapipe.posedetector v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

PoseDetectBarracuda

img

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"