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 theExportProject
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