question

CSoud avatar image
0 Votes"
CSoud asked YutongTie-MSFT answered

Connecting Azure Storage with Custom Vision

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-accountsazure-custom-vision
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Sorry, at this moment, only local file is supported in the portal. I am checking to see if there any other ways regarding to this. Thanks for the feedback.

Regards,
Yutong

1 Vote 1 ·

1 Answer

YutongTie-MSFT avatar image
1 Vote"
YutongTie-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.