[Custom vision] How to upload a very large amount of tagged images ?

Matt Stav 41 Reputation points
2020-11-03T16:31:01.747+00:00

Hello everybody !

I've a very large dataset already tagged (30's of thousands images), and I want to upload them to cognitive service.
How to do that ?

Thanks in advance ! :)

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.
233 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,582 questions
{count} vote

Accepted answer
  1. GiftA-MSFT 11,161 Reputation points
    2020-11-04T19:52:51.497+00:00

    Following up here. First, the portal doesn’t allow uploading tagged images, you have to use our APIs/SDKs. Also, there's a limit on number of images you can upload at a time ( 64 images and 20 tags). You can upload tagged images using the following APIs (CreateImagesFromFiles or CreateImagesFromData or CreateImagesFromUrls). Also here's an example using SDK. Hope this helps.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Matt Stav 41 Reputation points
    2020-11-05T16:25:39.5+00:00

    Thanks !
    I found my way with this API :)

    2 people found this answer helpful.
    0 comments No comments