Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ 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
|
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 |
|
|
|
12 |
|
13 |
* Create a new scene in Unity 2023.
|
14 |
* Add the c# script to the Main Camera.
|
15 |
+
* Create a Raw Image in the scene 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 |
|