Image Classification
unity-sentis
ONNX
PB Unity commited on
Commit
32c11b6
1 Parent(s): 171e6ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ This is a small image classification model that works in Unity 2023. It is based
10
 
11
  ## How to Use
12
  * Create a new scene in Unity 2023
 
13
  * Add the C# script to the Main Camera
14
  * Put the `mobilenet_v2.sentis` model in the `Assets/StreamingAssets` folder
15
  * Drag the `class_desc.txt` on to the `labelsAsset` field
 
10
 
11
  ## How to Use
12
  * Create a new scene in Unity 2023
13
+ * Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
14
  * Add the C# script to the Main Camera
15
  * Put the `mobilenet_v2.sentis` model in the `Assets/StreamingAssets` folder
16
  * Drag the `class_desc.txt` on to the `labelsAsset` field