Export labelled images

Michael Wimmer 26 Reputation points
2021-01-13T08:52:42.297+00:00

Hello,

is there a way to export annotated labelled images from custom vision and store it as a dataset locally?

Thanks in advance
Best regards
Michael Wimmer

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.
247 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2021-01-13T13:59:15.593+00:00

    @Michael Wimmer Thanks for the question. To get the labelled images use GetTaggedImages. Customers have full control over viewing and deleting their data using the Custom Vision Training APIs.

    Also we have Data Labeling capabilities of ml.azure.com for image classification with an end to end python notebook that then leverages this dataset to create an image defect detection classification model and publish it as an API.
    We have checked in a sample notebook about labeled dataset to public github repo. You can find it here:
    https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/work-with-data/datasets-tutorial/labeled-datasets/labeled-datasets.ipynb

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.