Instructions to use Matthijs/deeplabv3-mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matthijs/deeplabv3-mobilevit-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Matthijs/deeplabv3-mobilevit-small")# Load model directly from transformers import AutoImageProcessor, MobileViTForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Matthijs/deeplabv3-mobilevit-small") model = MobileViTForSemanticSegmentation.from_pretrained("Matthijs/deeplabv3-mobilevit-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d63b015 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b34765bc50d2fbbefa5db46eddd6b49c14e2376afbd6e080fdba31d26c1c8c72
size 25611535
|