Instructions to use unity/inference-engine-blaze-hand with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-blaze-hand 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: 132 Bytes
1bc3c94 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c538fe64fc56115da36eac3dc12cc0b0b62bb8e761b195cbf8e99b91088bcc1f
size 1183356
|