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