Can Azure Computer Vision or Cognative Services do "instance segmentation?

SKT 141 Reputation points
2023-02-20T01:24:19.8133333+00:00

Hi all,

I'm relativley new to Azure Computer Vision and Machine Learning. Is it possible to do "Instance Segmentation" in Azure somehow?

From what I have found Azure Computer Vision can only do "Classification" and "Object Detection"

(My understanding of Instance Segmentation is more advanced in that it is able to output: Presence, Location, Count, Size, and Shape from an analysed image. Classificaiton and Object Detection can only do Presence, Location, Count)

Thanks

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,551 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
305 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,349 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 13,771 Reputation points
    2023-02-27T21:08:16.6033333+00:00

    Hi @SKT , you can use the AutoML Image Instance Segmentation model, as Ram mentioned. More information on how to configure this component's parameters and data preparation details can be found here and here is a link to the documentation for your reference: https://learn.microsoft.com/en-us/azure/machine-learning/component-reference-v2/image-instance-segmentation

    Also, you can also use Azure Machine Learning AutoML to prepare your data for computer vision tasks such as classification, object detection, and instance segmentation. More information on data preparation can be found in the following document:

    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-prepare-datasets-for-automl-images?tabs=cli

    https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer if you feel helpful to support the community, thanks.

    0 comments No comments