Paul Bird commited on
Commit
6722300
1 Parent(s): 15079d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: apache-2.0
3
  ---
4
 
5
- ## YOLO Tiny v7 in Sentis Format
6
 
7
  This is a real-time multi-object recognition model confirmed to run in Unity 2023.
8
 
@@ -16,3 +16,8 @@ You will also need the Unity UI package.
16
  * Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder
17
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
18
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ ## YOLO Tiny v7 in Unity Sentis Format
6
 
7
  This is a real-time multi-object recognition model confirmed to run in Unity 2023.
8
 
 
16
  * Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder
17
  * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
18
 
19
+
20
+ ## Preview
21
+ If working correctly you should see something like this:
22
+
23
+ ![preview](preview.png)