UnityPaul commited on
Commit
62d26b9
1 Parent(s): 0994e27

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: unity-sentis
3
  pipeline_tag: object-detection
4
  ---
5
 
6
- ## YOLO Tiny v7 in Unity Sentis Format (Version 1.3.0-pre.3*)
7
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
8
 
9
  [YOLO v7](https://docs.ultralytics.com/models/yolov7/) is a real-time multi-object recognition model confirmed to run in Unity 2023.
@@ -13,7 +13,7 @@ First get the package `com.unity.sentis` from the package manager.
13
  You will also need the Unity UI package.
14
 
15
  * Create a new scene in Unity 2023.
16
- * Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
17
  * Add the c# script to the Main Camera.
18
  * Create a Raw Image in the scene and link it as the `displayImage`
19
  * Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder
 
3
  pipeline_tag: object-detection
4
  ---
5
 
6
+ ## YOLO Tiny v7 in Unity Sentis Format (Version 1.4.0-pre.3*)
7
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
8
 
9
  [YOLO v7](https://docs.ultralytics.com/models/yolov7/) is a real-time multi-object recognition model confirmed to run in Unity 2023.
 
13
  You will also need the Unity UI package.
14
 
15
  * Create a new scene in Unity 2023.
16
+ * Install `com.unity.sentis` version `1.4.0-pre.3` from the package manager
17
  * Add the c# script to the Main Camera.
18
  * Create a Raw Image in the scene and link it as the `displayImage`
19
  * Put the yolov7-tiny.sentis file in the Assets/StreamingAssets folder