Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.11 KB

MoveNet with Unity.Sentis

This is a sample of running a machine learning model using Unity Sentis.

Note

I also created a sample in Unity6. Basically, I recommend you to refer to this page. ✨

I use this model.

This sample detects 17 keypoints and displays markers on the input image based on their coordinates.

I used this picture for the reference image. 🙇

I referred to the scripts in this repository and rewrote these scripts for sentis.

Requirement

Unity : 2023.2.18f1
Sentis : Sentis 1.4.0-pre.3

Explanation (Qiita)

See this site for an explanation. (Japanese)

License

MoveNet-UnitySentis is under Apache-2.0 License.