UnityGiles commited on
Commit
6d79d2a
·
1 Parent(s): 4a93b8b

update to inference engine

Browse files
README.md CHANGED
@@ -7,11 +7,11 @@ tags:
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
  ![preview](mnist-preview.png)
17
 
 
7
  ---
8
 
9
 
10
+ ## MNIST-12 Digit Recognition model in Unity 6 with Inference Engine
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/inference-engine-samples/tree/main/DigitRecognitionSample)
15
 
16
  ![preview](mnist-preview.png)
17
 
info.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
- "sampleURL": "https://github.com/Unity-Technologies/sentis-samples/tree/main/DigitRecognitionSample",
3
  "models": [
4
- "mnist-12.onnx"
 
 
 
5
  ]
6
  }
 
1
  {
2
+ "sampleURL": "https://github.com/Unity-Technologies/inference-engine-samples/tree/main/DigitRecognitionSample",
3
  "models": [
4
+ "models/mnist-12.onnx"
5
+ ],
6
+ "version": [
7
+ "2.2.0"
8
  ]
9
  }
mnist-12.onnx → models/mnist-12.onnx RENAMED
File without changes