Can I change the Resources settings of a project in Custom Vision?

Jack Chung 20 Reputation points
2024-07-12T02:22:01.6833333+00:00

I use a project as F0, but i want to change other S0 Project Resouces.

Is it possible to change in the project settings whether I need separate support or not?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
370 questions
{count} votes

Accepted answer
  1. Sina Salam 10,261 Reputation points
    2024-07-12T04:43:09.4833333+00:00

    Hello Jack Chung,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Problem

    I understand that you would like to change the Resources settings of a project in Custom Vision.

    Solution

    Regarding your question. YES! It is possible to change the Resources/Project setting. If you want to change the resources settings for a Custom Vision project, you can do by follow these steps:

    • First, get the ID of the project in your source account that you want to copy. You can use the GetProjects API to see a list of your existing Custom Vision projects and their IDs. Then, call the ExportProject API using the project ID and the training key of your source account. This will give you a temporary token string.
    • Next, call the ImportProject API using the token string and the training key of your target account. The project will then be listed under your target account. This allows you to copy projects from one Custom Vision account into others.

    References

    Use the links below for detail information:

    https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/copy-move-projects.https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/select-domain.https://stories.mlh.io/configuring-a-custom-vision-model-with-microsoft-azure-b00ccf497f07.

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    1 person found this answer helpful.
    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.