Instructions to use mobilint/Swin_S with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/Swin_S with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="Swin_S", model_type="DEFAULT", model_path="", core_mode="global8", ) try: image = model.preprocess("path/to/image.jpg") output = model(image) result = model.postprocess(output) finally: model.dispose() - Notebooks
- Google Colab
- Kaggle
Kanybek Asanbekov commited on
Commit ·
df0cb3f
1
Parent(s): b0a3306
Update Mobilint logo URL in README
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ base_model_relation: quantized
|
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
<a href="https://mobilint.com">
|
| 12 |
-
<img src="https://
|
| 13 |
width="50%"
|
| 14 |
alt="mobilint" />
|
| 15 |
</a>
|
|
|
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
<a href="https://mobilint.com">
|
| 12 |
+
<img src="https://raw.githubusercontent.com/mobilint/.github/main/assets/Mobilint_Logo_Primary.png?raw=true"
|
| 13 |
width="50%"
|
| 14 |
alt="mobilint" />
|
| 15 |
</a>
|