Instructions to use unity/inference-engine-blaze-pose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-blaze-pose with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
File size: 426 Bytes
d96e137 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"sampleURL": "https://github.com/Unity-Technologies/inference-engine-samples/tree/main/BlazeDetectionSample/Pose",
"models": [
"models/pose_detection.onnx",
"models/pose_landmarks_detector_full.onnx",
"models/pose_landmarks_detector_heavy.onnx",
"models/pose_landmarks_detector_lite.onnx"
],
"data": [
"data/anchors.csv"
],
"version": [
"2.2.0"
]
} |