Instructions to use mobilint/VisFormer_Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/VisFormer_Small with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="VisFormer_Small", 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
- Xet hash:
- 85ac1179bf85b26bccbfe39dda237a88bca3bc8e349335778b7739579cc84fc7
- Size of remote file:
- 161 MB
- SHA256:
- 6cf9ce30aed44f064a1663109f4fddf15d40cb85d35fd825932afb99855b888f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.