Instructions to use Sky-Kim/fastvlm-0.5b-unity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use Sky-Kim/fastvlm-0.5b-unity with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ colorTo: green
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
short_description: Real-time scene captioning with FastVLM ONNX on Unity Sentis
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# FastVLM 0.5B for Unity Sentis
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
short_description: Real-time scene captioning with FastVLM ONNX on Unity Sentis
|
| 9 |
+
pipeline_tag: visual-question-answering
|
| 10 |
+
library_name: unity-sentis
|
| 11 |
---
|
| 12 |
|
| 13 |
# FastVLM 0.5B for Unity Sentis
|