Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

apple
/
deeplabv3-mobilevit-small

Image Segmentation
Transformers
PyTorch
google-tensorflow TensorFlow
Core ML
mobilevit
vision
Model card Files Files and versions
xet
Community
7

Instructions to use apple/deeplabv3-mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use apple/deeplabv3-mobilevit-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="apple/deeplabv3-mobilevit-small")
    # Load model directly
    from transformers import AutoImageProcessor, MobileViTForSemanticSegmentation
    
    processor = AutoImageProcessor.from_pretrained("apple/deeplabv3-mobilevit-small")
    model = MobileViTForSemanticSegmentation.from_pretrained("apple/deeplabv3-mobilevit-small")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
deeplabv3-mobilevit-small
77.1 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 9 commits
pcuenq's picture
pcuenq HF Staff
Apply AMLR license (#5)
1f33073 verified about 1 year ago
  • MobileViT_DeepLabV3.mlpackage
    add Core ML model almost 4 years ago
  • .DS_Store
    6.15 kB
    add model card almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • LICENSE
    5.82 kB
    Add LICENSE about 1 year ago
  • README.md
    4.27 kB
    Apply AMLR license (#5) about 1 year ago
  • config.json
    1.64 kB
    add model almost 4 years ago
  • preprocessor_config.json
    187 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    25.6 MB
    xet
    add model almost 4 years ago
  • tf_model.h5
    25.9 MB
    xet
    Add TF weights (#1) over 3 years ago