Connecting Azure Storage with Custom Vision

Souder, Claire Elizabeth 1 Reputation point
2021-07-07T13:38:13.007+00:00

Is there any way to connect azure storage with a custom vision project for easy upload of pictures to training or predicting? Or is it only possible to use local files?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,718 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
220 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,986 Reputation points
    2021-07-27T23:33:51.153+00:00

    Hello,

    Besides the portal way to upload the images, you can upload by using APIs. This is the current workaround. For portal, I have forwarded this feedback to product team and hope we can do this in portal as well.

    We do have API working with URL:
    CreateImagesFromUrls:
    https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Training_3.3/operations/5eb0bcc6548b571998fddec7
    ClassifyImageUrl:
    https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Prediction_3.1/operations/5eb37d24548b571998fde5f5
    DetectImageUrl:
    https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Prediction_3.1/operations/5eb37d24548b571998fde5f9

    If an URL to the image in azure storage is provided, it will work.

    Regards,
    Yutong

    1 person found this answer helpful.
    0 comments No comments