MediaPipe hand landmark detection neural network model for Unity Barracuda
npm install jp.keijiro.mediapipe.handlandmarkHandLandmarkBarracuda
=====================
HandLandmarkBarracuda is a hand landmark detector that runs the
[MediaPipe Hand Landmark] model on the [Unity Barracuda] neural network
inference library.
[MediaPipe Hand Landmark]:
https://github.com/tensorflow/tfjs-models/tree/master/handpose
[Unity Barracuda]:
https://docs.unity3d.com/Packages/com.unity.barracuda@latest
About the ONNX file
-------------------
The ONNX model file contained in this repository was converted simply using
[tflite2onnx].
[tflite2onnx]: https://pypi.org/project/tflite2onnx/