feedback loop azure ml possibilities?

Hamza Outa 61 Reputation points
2023-02-14T12:04:42.82+00:00

for a project we are doing azure ml assisted labeling (object detection). we also want to check the model for false positives/negatives, by receiving the results of the camera and performing manual labeling on it. then we want to take the results from the check and put those in the original dataset that we created using azure labeling. is there a built in function for this or do we need to create this ourselfs?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,337 questions
{count} votes

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2023-02-16T07:53:57.76+00:00

    Hamza Outa Are you looking to add new labels after some feedback for your systems?

    I think there is an option to add new labels to a project by pausing it and then you have the following options:

    • Start over, removing all existing labels. Choose this option if you want to start labeling from the beginning with the new full set of labels.
    • Start over, keeping all existing labels. Choose this option to mark all data as unlabeled, but keep the existing labels as a default tag for images that were previously labeled.
    • Continue, keeping all existing labels. Choose this option to keep all data already labeled as is, and start using the new label for data not yet labeled.

    Is this what you are looking for? I think the second option might work for you to add new labels if the default tags need to be changed. As per documentation you can start using the new labels for labeling and the ML assisted labeling will start after a certain threshold is reached or you can manually start an ML assisted training run. I hope this helps!!

    1 person found this answer helpful.

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.