Paul Bird commited on
Commit
1faaec2
·
verified ·
1 Parent(s): 905e832

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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
 
 
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