Hi @szelee
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand the frustration of accidentally deleting a resource in Azure Machine Learning Studio. Fortunately, there are steps you can take to recover your data labels from the exported COCO file and re-import them into a new data labeling project.
- Verify the COCO File: Ensure that the COCO file you exported contains the necessary annotations. The COCO format typically includes information about images, annotations, categories, and other metadata.
- Create a New Data Labeling Project: In Azure Machine Learning Studio, create a new data labeling project. Make sure to select the appropriate project type (e.g., image classification, object detection).
- Prepare the COCO File for Import: The COCO file needs to be in a format that Azure Machine Learning can recognize. If there are any discrepancies or formatting issues, you might need to adjust the file. Ensure that the bounding box coordinates and other annotations are correctly specified.
- Upload the COCO File: Upload the COCO file to the new data labeling project. You can do this by navigating to the "Data" section of your project and selecting the option to import data. Choose the COCO file and follow the prompts to complete the import process.
- Verify the Imported Data: After importing the COCO file, verify that the annotations have been correctly imported into the new data labeling project. You can do this by reviewing a few sample images and their corresponding annotations.
For more info, please refer to:
- Manage labeling projects - Azure Machine Learning | Microsoft Learn
- Create and explore Azure Machine Learning dataset with labels
Let me know if you have any other queries.
If the reply was helpful, please don't forget to upvote and/or Accept the answer, this can be beneficial to other community members.
Thank you!