Image Classification
unity-sentis
ONNX
Paul Bird commited on
Commit
f9e4084
·
1 Parent(s): d818d01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -14,9 +14,10 @@ This is a small image classification model that works in Unity 2023. It is based
14
  * Drag one of the sample images on to the inputImage field in the inspector.
15
  * Press play and the result of the prediction will print to the console window.
16
 
17
- ## Example output
18
  ![bee](Images/Bee.jpg)
19
- Bee (100%)
 
20
 
21
  ## Unity Sentis
22
  Unity Sentis is the inference engine for Unity 3D. You can find more about it [here](https://unity.com/products/sentis)
 
14
  * Drag one of the sample images on to the inputImage field in the inspector.
15
  * Press play and the result of the prediction will print to the console window.
16
 
17
+ # Example input
18
  ![bee](Images/Bee.jpg)
19
+ # Example output
20
+ `Bee (100%)`
21
 
22
  ## Unity Sentis
23
  Unity Sentis is the inference engine for Unity 3D. You can find more about it [here](https://unity.com/products/sentis)