matthijs-deeplabv3-mobilevit-small
matthijs-deeplabv3-mobilevit-small
Version: 1
HuggingFaceLast updated May 2025
Matthijs/deeplabv3-mobilevit-small powered by Hugging Face Inference Toolkit

Send Request

You can use cURL or any REST Client to send a request to the AzureML endpoint with your AzureML token.
curl <AZUREML_ENDPOINT_URL> \
    -X POST \
    -H "Authorization: Bearer <AZUREML_TOKEN>" \
    -H "Content-Type: image/jpeg" \
    --data-binary @"image.jpg"

Supported Parameters

  • inputs (string): The input image data as a base64-encoded string. If no parameters are provided, you can also provide the image data as a raw bytes payload.
  • parameters (object):
    • mask_threshold (float): Threshold to use when turning the predicted masks into binary values.
    • overlap_mask_area_threshold (float): Mask overlap threshold to eliminate small, disconnected segments.
    • subtask (enum): Possible values: instance, panoptic, semantic.
    • threshold (float): Probability threshold to filter out predicted masks.
Check the full API Specification at the Hugging Face Inference documentation .
Model Specifications
LicenseOther
Last UpdatedMay 2025
PublisherHuggingFace