Skip to content

Commit 57ed06c

Browse files
authored
add object detection
1 parent 8807b7d commit 57ed06c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-label-images.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ After you submit tags for the data at hand, Azure refreshes the page with a new
5858

5959
### Assisted machine learning
6060

61-
Machine learning algorithms may be triggered during a multi-class or multi-label classification task. If these algorithms are enabled in your project, you may see the following:
61+
Machine learning algorithms may be triggered. If these algorithms are enabled in your project, you may see the following:
6262

6363
* After some amount of images have been labeled, you may see **Tasks clustered** at the top of your screen next to the project name. This means that images are grouped together to present similar images on the same page. If so, switch to one of the multiple image views to take advantage of the grouping.
6464

6565
* At a later point, you may see **Tasks prelabeled** next to the project name. Images will then appear with a suggested label that comes from a machine learning classification model. No machine learning model has 100% accuracy. While we only use images for which the model is confident, these images might still be incorrectly prelabeled. When you see these labels, correct any wrong labels before submitting the page.
6666

67+
* For object detection models, you may see bounding boxes and labels already present. Correct any that are incorrect before submitting the page.
68+
6769
Especially early in a labeling project, the machine learning model may only be accurate enough to prelabel a small subset of images. Once these images are labeled, the labeling project will return to manual labeling to gather more data for the next round of model training. Over time, the model will become more confident about a higher proportion of images, resulting in more prelabel tasks later in the project.
6870

6971
## Tag images for multi-class classification

0 commit comments

Comments
 (0)