Instructions to use apple/deeplabv3-mobilevit-x-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/deeplabv3-mobilevit-x-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="apple/deeplabv3-mobilevit-x-small")# Load model directly from transformers import AutoImageProcessor, MobileViTForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("apple/deeplabv3-mobilevit-x-small") model = MobileViTForSemanticSegmentation.from_pretrained("apple/deeplabv3-mobilevit-x-small") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0671a010c6e37ce9c58bb15c9971a309c9ec9a7cd12495d544b4b4de4e979760
- Size of remote file:
- 11.9 MB
- SHA256:
- 9450e85de944b10ba3461be3469c4b24bc9140edcc024075af6ab28b46471985
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.