Instructions to use unity/inference-engine-mnist-12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-mnist-12 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
Paul Bird commited on
Commit ·
4bdb889
1
Parent(s): 9d2b21e
Upload 2 files
Browse files- mnist-12.onnx +3 -0
- mnist-12.sentis +0 -0
mnist-12.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c688690f8bacf667d4c2074af5ad0646ca328d7ab03eccf944a65b320171bdd
|
| 3 |
+
size 26143
|
mnist-12.sentis
ADDED
|
Binary file (31.3 kB). View file
|
|
|