Skip to content

Commit 2226faa

Browse files
authored
Merge pull request #53505 from haritha91/patch-1
Update how-to-create-labeling-projects.md
2 parents 8553706 + d679d46 commit 2226faa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Labeling voluminous data in machine learning projects is often a headache. Proje
1818

1919
[Azure Machine Learning](https://ml.azure.com/) gives you a central place to create, manage, and monitor labeling projects (public preview). Use it to coordinate data, labels, and team members to efficiently manage labeling tasks. Machine Learning supports image classification, either multi-label or multi-class, and object identification with bounded boxes.
2020

21-
Machine Learning tracks progress and maintains the queue of incomplete labeling tasks. Labelers don't need an Azure account to participate. After they are authenticated with your Microsoft account or [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-whatis), they can do as much labeling as their time allows.
21+
Azure Machine Learning tracks progress and maintains the queue of incomplete labeling tasks.
2222

23-
You start and stop the project, add and remove labelers and teams, and monitor the labeling progress. You can export labeled data in COCO format or as an Azure Machine Learning dataset.
23+
You are able to start and stop the project and monitor the labeling progress. You can export labeled data in COCO format or as an Azure Machine Learning dataset.
2424

2525
> [!Important]
2626
> Only image classification and object identification labeling projects are currently supported. Additionally, the data images must be available in an Azure blob datastore. (If you do not have an existing datastore, you may upload images during project creation.)
@@ -30,7 +30,6 @@ In this article, you'll learn how to:
3030
> [!div class="checklist"]
3131
> * Create a project
3232
> * Specify the project's data and structure
33-
> * Manage the teams and people who work on the project
3433
> * Run and monitor the project
3534
> * Export the labels
3635
@@ -46,7 +45,7 @@ In this article, you'll learn how to:
4645

4746
## Create a labeling project
4847

49-
Labeling projects are administered from Azure Machine Learning. You use the **Labeling projects** page to manage your projects and people. A project has one or more teams assigned to it, and a team has one or more people assigned to it.
48+
Labeling projects are administered from Azure Machine Learning. You use the **Labeling projects** page to manage your projects.
5049

5150
If your data is already in Azure Blob storage, you should make it available as a datastore before you create the labeling project. For an example of using a datastore, see [Tutorial: Create your first image classification labeling project](tutorial-labeling.md).
5251

0 commit comments

Comments
 (0)