Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ You will also need the Unity UI package.
|
|
17 |
* Create a Raw Image in the scene and link it as the `displayImage`
|
18 |
* Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder
|
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 |
|
|
|
17 |
* Create a Raw Image in the scene and link it as the `displayImage`
|
18 |
* Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder
|
19 |
* Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script
|
20 |
+
* Drag the classes.txt on to the labelAssets field
|
21 |
* Set the fields for the bounding box texture sprite and the font
|
22 |
|
23 |
|