Instructions to use mobilint/ViT_Base_Patch16_384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/ViT_Base_Patch16_384 with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="ViT_Base_Patch16_384", 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
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
aries/global/vit_base_patch16_384.mxq filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
aries/multi/vit_base_patch16_384.mxq filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
aries/single/vit_base_patch16_384.mxq filter=lfs diff=lfs merge=lfs -text
|
aries/global/vit_base_patch16_384.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a89f4c6bc28acb0a520b28f0c2bb9567a519ffb96ad98fbe35df31e63034b113
|
| 3 |
+
size 95015880
|
aries/multi/vit_base_patch16_384.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fa402709c7fcaf3eace2129f1c21367cbaa88eac72f4c51f446b9cda3bc0794
|
| 3 |
+
size 96464464
|
aries/single/vit_base_patch16_384.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69c7911d17df9f21bb712c28cc1096752186e800903d54cc8acfe98a9ec65bec
|
| 3 |
+
size 96395144
|