Skip to content

Commit c74e1de

Browse files
authored
Merge pull request #103429 from sdgilley/sdg-add-label
add labels to a project
2 parents fce7344 + 1894c19 commit c74e1de

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

articles/machine-learning/how-to-create-labeling-projects.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For bounding boxes, important questions include:
121121
122122
## Initialize the labeling project
123123

124-
After the labeling project is initialized, some aspects of the project are immutable. You can't change the task type or dataset. You *can* modify labels and the URL for the task description. Carefully review the settings before you create the project. After you submit the project, you're returned to the **Labeling** homepage, which will show the project as **Initializing**. This page doesn't automatically refresh. So, after a pause, manually refresh the page to see the project's status as **Created**.
124+
After the labeling project is initialized, some aspects of the project are immutable. You can't change the task type or dataset. You *can* modify labels and the URL for the task description. Carefully review the settings before you create the project. After you submit the project, you're returned to the **Data Labeling** homepage, which will show the project as **Initializing**. This page doesn't automatically refresh. So, after a pause, manually refresh the page to see the project's status as **Created**.
125125

126126
## Manage teams and people
127127

@@ -135,7 +135,7 @@ To send an email to the team, select the team to view the **Team details** page.
135135

136136
## Run and monitor the project
137137

138-
After you initialize the project, Azure will begin running it. Select the project on the main **Labeling** page to go to **Project details**. The **Dashboard** tab shows the progress of the labeling task.
138+
After you initialize the project, Azure will begin running it. Select the project on the main **Data Labeling** page to go to **Project details**. The **Dashboard** tab shows the progress of the labeling task.
139139

140140
On the **Data** tab, you can see your dataset and review labeled data. If you see incorrectly labeled data, select it and choose **Reject**, which will remove the labels and put the data back into the unlabeled queue.
141141

@@ -145,6 +145,25 @@ To pause or restart the project, select the **Pause**/**Start** button. You can
145145

146146
You can label data directly from the **Project details** page by selecting **Label data**.
147147

148+
## Add labels to a project
149+
150+
During the labeling process, you may find that additional labels are needed to classify your images. For example, you may want to add an "Unknown" or "Other" label to indicate confusing images.
151+
152+
Use these steps to add one or more labels to a project:
153+
154+
1. Select the project on the main **Data Labeling** page.
155+
1. At the top of the page, select **Pause** to stop labelers from their activity.
156+
1. Select the **Details** tab.
157+
1. In the list on the left, select **Label classes**.
158+
1. At the top of the list, select **+ Add Labels**
159+
![Add a label](media/how-to-create-labeling-projects/add-label.png)
160+
1. In the form, add your new label and choose how to proceed. Since you've changed the available labels for an image, you choose how to treat the already labeled data:
161+
* Start over, removing all existing labels. Choose this option if you want to wipe out all existing labels so that the full set can be used to tag all images.
162+
* 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 had been labeled.
163+
* 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 classified.
164+
1. Modify your instructions page as necessary for the new label(s).
165+
1. Once you have added all new labels, at the top of the page select **Start** to restart the project.
166+
148167
## Export the labels
149168

150169
You can export the label data for Machine Learning experimentation at any time. Image labels can be exported in [COCO format](http://cocodataset.org/#format-data) or as an Azure Machine Learning dataset. Use the **Export** button on the **Project details** page of your labeling project.
41.3 KB
Loading

0 commit comments

Comments
 (0)