microsoft-swinv2-base-patch4-window12-192-22k
Version: 1
microsoft/swinv2-base-patch4-window12-192-22k
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):
- function_to_apply (enum): Possible values: sigmoid, softmax, none.
- top_k (integer): When specified, limits the output to the top K most probable classes.
Model Specifications
LicenseApache-2.0
Last UpdatedMay 2025
PublisherHuggingFace