Commit
·
4a93b8b
1
Parent(s):
f93b8ae
update to inference-engine
Browse files- README.md +6 -9
- info.json +1 -1
- mnist-12.sentis +0 -0
README.md
CHANGED
@@ -2,21 +2,18 @@
|
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
4 |
pipeline_tag: image-classification
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
8 |
-
## MNIST-12 Digit Recognition Model
|
9 |
-
This is a digit recognition model from the [ONNX Model Zoo](https://github.com/onnx/models/tree/main/validated/vision/classification/mnist)
|
10 |
|
11 |
## How to Use
|
12 |
Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/sentis-samples/tree/main/DigitRecognitionSample)
|
13 |
|
14 |
-
To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
|
15 |
-
```
|
16 |
-
Model model = ModelLoader.Load(Application.streamingAssetsPath + "/MNIST-12.sentis");
|
17 |
-
```
|
18 |
-
|
19 |

|
20 |
|
21 |
-
##
|
22 |
-
|
|
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
4 |
pipeline_tag: image-classification
|
5 |
+
tags:
|
6 |
+
- unity-inference-engine
|
7 |
---
|
8 |
|
9 |
|
10 |
+
## MNIST-12 Digit Recognition Model
|
11 |
+
This is a digit recognition model from the [ONNX Model Zoo](https://github.com/onnx/models/tree/main/validated/vision/classification/mnist) that can be used in Unity using Inference Engine.
|
12 |
|
13 |
## How to Use
|
14 |
Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/sentis-samples/tree/main/DigitRecognitionSample)
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |

|
17 |
|
18 |
+
## Inference Engine
|
19 |
+
Inference Engine is a neural network inference library for Unity. Find out more [here](https://docs.unity3d.com/Packages/com.unity.ai.inference@latest).
|
info.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"sampleURL": "https://github.com/Unity-Technologies/sentis-samples/tree/main/DigitRecognitionSample",
|
3 |
"models": [
|
4 |
-
"mnist-12.
|
5 |
]
|
6 |
}
|
|
|
1 |
{
|
2 |
"sampleURL": "https://github.com/Unity-Technologies/sentis-samples/tree/main/DigitRecognitionSample",
|
3 |
"models": [
|
4 |
+
"mnist-12.onnx"
|
5 |
]
|
6 |
}
|
mnist-12.sentis
DELETED
Binary file (31.3 kB)
|
|