Paul Bird
commited on
Commit
·
60ce7aa
1
Parent(s):
8fd532f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
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 |
+
|
9 |
+
## How to Use
|
10 |
+
First get the package `com.unity.sentis` from the package manager.
|
11 |
+
You will also need the Unity UI package.
|
12 |
+
|
13 |
+
* Create a new scene in Unity 2023.
|
14 |
+
* Add the c# script to the Main Camera.
|
15 |
+
* Create a Raw Image of size 640x640 and link it as the `displayImage`
|
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 |
+
|