Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,6 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
Official Unity Technologies space for models and more. We provide validated models that we know import and run well in the
|
11 |
|
12 |
-
We encourage you to validate your own models and post them with the "Unity
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
Official Unity Technologies space for models and more. We provide validated models that we know import and run well in the Inference framework. They are pre-converted to our .sentis format, which can be directly imported into the Unity Editor.
|
11 |
|
12 |
+
We encourage you to validate your own models and post them with the "Unity-inference-engine" library tag. When you post with the Unity Inference Engine library tag, it's useful to include a C# script sample or linked repo of working code. You can find a great [community implementing Inference Engine here](https://discussions.unity.com/lists/ai) and the [documentation here.](https://docs.unity3d.com/Packages/com.unity.ai.inference@latest)
|