PB Unity commited on
Commit
76d0660
1 Parent(s): fcc83a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ You will also need the Unity UI package.
17
  * Put the yolov8n.sentis file in the Assets/StreamingAssets folder
18
  * Drag the classes.txt on to the labelAssets field
19
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
20
- * Set the fields for the bounding box texture sprite and the font
21
 
22
 
23
  ## Preview
 
17
  * Put the yolov8n.sentis file in the Assets/StreamingAssets folder
18
  * Drag the classes.txt on to the labelAssets field
19
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
20
+ * 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
21
 
22
 
23
  ## Preview