How to backup project?

22984649 0 Reputation points
2024-02-15T08:45:23.05+00:00

I want to backup my object detection project that I have in customvision azure. Since I am collaborating with others I wish to know how to backup or export the project to another Azure account so if someone deletes by mistake, I have that to save me. Or let me know also how to backup images labelled in azure if anyone knows.

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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 14,421 Reputation points
    2024-02-15T23:02:45.77+00:00

    Hello @22984649 , Thanks for using Microsoft Q&A Platform.

    After you've created and trained a Custom Vision project, you can copy your Custom Vision project from one account to another.

    The ExportProject and ImportProject APIs enable this scenario by allowing you to copy projects from one Custom Vision account into others.

    Please go through this documentation: https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/copy-move-projects

    Can training images be exported with the tags that were added in the Custom Vision portal?Yes, you can use the GetImages API to export with tags.

    I hope this helps.

    Regards,

    Vasavi

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

    0 comments No comments