Paul Bird commited on
Commit
8a51653
1 Parent(s): 7626b80

Upload RunYOLO.cs

Browse files
Files changed (1) hide show
  1. RunYOLO.cs +1 -0
RunYOLO.cs CHANGED
@@ -18,6 +18,7 @@ using UnityEngine.Video;
18
  public class RunYOLO : MonoBehaviour
19
  {
20
  const string modelName = "yolov7-tiny.sentis";
 
21
  const string videoName = "giraffes.mp4";
22
  // Link the classes.txt here:
23
  public TextAsset labelsAsset;
 
18
  public class RunYOLO : MonoBehaviour
19
  {
20
  const string modelName = "yolov7-tiny.sentis";
21
+ // Change this to the name of the video you put in StreamingAssets folder:
22
  const string videoName = "giraffes.mp4";
23
  // Link the classes.txt here:
24
  public TextAsset labelsAsset;