--- license: apache-2.0 --- ## YOLO Tiny v7 in Unity Sentis Format This is a real-time multi-object recognition model confirmed to run in Unity 2023. ## How to Use First get the package `com.unity.sentis` from the package manager. You will also need the Unity UI package. * Create a new scene in Unity 2023. * Add the c# script to the Main Camera. * Create a Raw Image of size 640x640 and link it as the `displayImage` * Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder * Put a video file in the Assets/StreamingAssets folder and set the name of videoName to the filename in the script ## Preview If working correctly you should see something like this: ![preview](preview.png)