UnityPaul commited on
Commit
2ded970
1 Parent(s): c997bf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ You will also need the Unity UI package.
15
  * Install `com.unity.sentis` version `1.4.0-pre.3` from the package manager
16
  * Add the c# script to the Main Camera.
17
  * Create a Raw Image in the scene and link it as the `displayImage`
18
- * Put the yolov8n.sentis file in the Assets/StreamingAssets folder
19
  * Drag the classes.txt on to the labelAssets field
20
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
21
  * Set the fields for the bounding box texture sprite (you can [create your own one](https://docs.unity3d.com/Manual/9SliceSprites.html) using a transparent texture or use an inbuilt one) and the font
 
15
  * Install `com.unity.sentis` version `1.4.0-pre.3` from the package manager
16
  * Add the c# script to the Main Camera.
17
  * Create a Raw Image in the scene and link it as the `displayImage`
18
+ * Drag the yolov8n.sentis file into the model asset field
19
  * Drag the classes.txt on to the labelAssets field
20
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
21
  * Set the fields for the bounding box texture sprite (you can [create your own one](https://docs.unity3d.com/Manual/9SliceSprites.html) using a transparent texture or use an inbuilt one) and the font