Paul Bird
commited on
Commit
•
34569fa
1
Parent(s):
62ee322
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
library_name: unity-sentis
|
4 |
pipeline_tag: object-detection
|
5 |
---
|
6 |
-
|
7 |
-
# *** WARNING: Not to be made live yet. Has memory leak in NMS Layer *** #
|
8 |
-
|
9 |
# YOLOv8n validated for Unity Sentis
|
10 |
|
11 |
This is a real-time multi-object recognition model confirmed to run in Unity 2023.
|
@@ -31,4 +27,7 @@ If working correctly you should see something like this:
|
|
31 |
|
32 |
|
33 |
## Unity Sentis
|
34 |
-
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at [here](https://unity.com/products/sentis)
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
library_name: unity-sentis
|
3 |
pipeline_tag: object-detection
|
4 |
---
|
|
|
|
|
|
|
5 |
# YOLOv8n validated for Unity Sentis
|
6 |
|
7 |
This is a real-time multi-object recognition model confirmed to run in Unity 2023.
|
|
|
27 |
|
28 |
|
29 |
## Unity Sentis
|
30 |
+
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at [here](https://unity.com/products/sentis)
|
31 |
+
|
32 |
+
## License
|
33 |
+
The YOLO models use the GPLv3 license.
|