You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-labeling-projects.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ For bounding boxes, important questions include:
121
121
122
122
## Initialize the labeling project
123
123
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**.
125
125
126
126
## Manage teams and people
127
127
@@ -135,7 +135,7 @@ To send an email to the team, select the team to view the **Team details** page.
135
135
136
136
## Run and monitor the project
137
137
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.
139
139
140
140
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.
141
141
@@ -145,6 +145,25 @@ To pause or restart the project, select the **Pause**/**Start** button. You can
145
145
146
146
You can label data directly from the **Project details** page by selecting **Label data**.
147
147
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
+

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
+
148
167
## Export the labels
149
168
150
169
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.
0 commit comments