forked from docs/modelarts
removed team labeling paragraph since this feature is not available in OTC
This commit is contained in:
parent
3b404217bf
commit
52bedd0535
@ -14,7 +14,6 @@ Data Management
|
||||
- :ref:`Publishing a Dataset <modelarts_23_0018>`
|
||||
- :ref:`Deleting a Dataset <modelarts_23_0021>`
|
||||
- :ref:`Managing Dataset Versions <modelarts_23_0019>`
|
||||
- :ref:`Team Labeling <modelarts_23_0180>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@ -29,4 +28,3 @@ Data Management
|
||||
publishing_a_dataset
|
||||
deleting_a_dataset
|
||||
managing_dataset_versions
|
||||
team_labeling/index
|
||||
|
@ -1,20 +0,0 @@
|
||||
:original_name: modelarts_23_0180.html
|
||||
|
||||
.. _modelarts_23_0180:
|
||||
|
||||
Team Labeling
|
||||
=============
|
||||
|
||||
- :ref:`Introduction to Team Labeling <modelarts_23_0181>`
|
||||
- :ref:`Team Management <modelarts_23_0182>`
|
||||
- :ref:`Member Management <modelarts_23_0183>`
|
||||
- :ref:`Managing Team Labeling Tasks <modelarts_23_0210>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
introduction_to_team_labeling
|
||||
team_management
|
||||
member_management
|
||||
managing_team_labeling_tasks
|
@ -1,50 +0,0 @@
|
||||
:original_name: modelarts_23_0181.html
|
||||
|
||||
.. _modelarts_23_0181:
|
||||
|
||||
Introduction to Team Labeling
|
||||
=============================
|
||||
|
||||
Generally, a small data labeling task can be completed by an individual. However, team work is required to label a large dataset. ModelArts provides the team labeling function. A labeling team can be formed to manage labeling for the same dataset.
|
||||
|
||||
.. note::
|
||||
|
||||
The team labeling function supports only datasets for image classification, object detection, text classification, named entity recognition, text triplet, and speech paragraph labeling.
|
||||
|
||||
How to Enable Team Labeling
|
||||
---------------------------
|
||||
|
||||
- When creating a dataset, enable **Team Labeling** and select a team or task manager.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001278234781.png
|
||||
:alt: **Figure 1** Enabling during dataset creation
|
||||
|
||||
**Figure 1** Enabling during dataset creation
|
||||
|
||||
- If team labeling is not enabled for a dataset that has been created, create a team labeling task to enable team labeling. For details about how to create a team labeling task, see :ref:`Creating Team Labeling Tasks <modelarts_23_0210__en-us_topic_0209053802_section72262410214>`.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001156921451.png
|
||||
:alt: **Figure 2** Creating a team labeling task in a dataset list
|
||||
|
||||
**Figure 2** Creating a team labeling task in a dataset list
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001110761582.png
|
||||
:alt: **Figure 3** Creating a team labeling task
|
||||
|
||||
**Figure 3** Creating a team labeling task
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001110761054.png
|
||||
:alt: **Figure 4** Creating a team labeling task on the dataset details page
|
||||
|
||||
**Figure 4** Creating a team labeling task on the dataset details page
|
||||
|
||||
Operations Related to Team Labeling
|
||||
-----------------------------------
|
||||
|
||||
- :ref:`Team Management <modelarts_23_0182>`
|
||||
- :ref:`Member Management <modelarts_23_0183>`
|
||||
- :ref:`Managing Team Labeling Tasks <modelarts_23_0210>`
|
File diff suppressed because it is too large
Load Diff
@ -1,71 +0,0 @@
|
||||
:original_name: modelarts_23_0183.html
|
||||
|
||||
.. _modelarts_23_0183:
|
||||
|
||||
Member Management
|
||||
=================
|
||||
|
||||
There is no member in a new team. You need to add members who will participate in a team labeling task.
|
||||
|
||||
A maximum of 100 members can be added to a team. If there are more than 100 members, add them to different teams for better management.
|
||||
|
||||
.. _modelarts_23_0183__en-us_topic_0186456618_section060323818470:
|
||||
|
||||
Adding a Member
|
||||
---------------
|
||||
|
||||
#. In the left navigation pane of the ModelArts management console, choose **Data Management > Labeling Teams**. The **Labeling Teams** page is displayed.
|
||||
|
||||
#. On the **Labeling Teams** page, select a team from the team list on the left and click a team name. The team details are displayed in the right pane.
|
||||
|
||||
#. In the **Team Details** area, click **Add Member**.
|
||||
|
||||
#. In the displayed **Add Member** dialog box, enter an email address, description, and a role for a member and click **OK**.
|
||||
|
||||
An email address uniquely identifies a team member. Different members cannot use the same email address. The email address you enter will be recorded and saved in ModelArts. It is used only for ModelArts team labeling. After a member is deleted, the email address will also be deleted.
|
||||
|
||||
Possible values of **Role** are **Labeler**, **Reviewer**, and **Team Manager**. Only one **Team Manager** can be set.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001156920939.png
|
||||
:alt: **Figure 1** Adding a member
|
||||
|
||||
**Figure 1** Adding a member
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001157081267.png
|
||||
:alt: **Figure 2** Adding a member
|
||||
|
||||
**Figure 2** Adding a member
|
||||
|
||||
Information about the added member is displayed in the **Team Details** area.
|
||||
|
||||
Modifying Member Information
|
||||
----------------------------
|
||||
|
||||
You can modify member information if it is changed.
|
||||
|
||||
#. In the **Team Details** area, select the desired member.
|
||||
|
||||
#. In the row containing the desired member, click **Modify** in the **Operation** column. In the displayed dialog box, modify the description or role.
|
||||
|
||||
The email address of a member cannot be changed. To change the email address of a member, delete the member, and set a new email address when adding a member.
|
||||
|
||||
Possible values of **Role** are **Labeler**, **Reviewer**, and **Team Manager**. Only one **Team Manager** can be set.
|
||||
|
||||
Deleting Members
|
||||
----------------
|
||||
|
||||
- **Deleting a single member**
|
||||
|
||||
In the **Team Details** area, select the desired member, and click **Delete** in the **Operation** column. In the dialog box that is displayed, click **OK**.
|
||||
|
||||
- **Batch Deletion**
|
||||
|
||||
In the **Team Details** area, select members to be deleted and click **Delete**. In the dialog box that is displayed, click **OK**.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001157080915.png
|
||||
:alt: **Figure 3** Batch deletion
|
||||
|
||||
**Figure 3** Batch deletion
|
@ -1,46 +0,0 @@
|
||||
:original_name: modelarts_23_0182.html
|
||||
|
||||
.. _modelarts_23_0182:
|
||||
|
||||
Team Management
|
||||
===============
|
||||
|
||||
Team labeling is managed in a unit of teams. To enable team labeling for a dataset, a team must be specified. Multiple members can be added to a team.
|
||||
|
||||
Background
|
||||
----------
|
||||
|
||||
- An account can have a maximum of 10 teams.
|
||||
- An account must have at least one team to enable team labeling for datasets. If the account has no team, add a team by referring to :ref:`Adding a Team <modelarts_23_0182__en-us_topic_0186456617_section165361815383>`.
|
||||
|
||||
.. _modelarts_23_0182__en-us_topic_0186456617_section165361815383:
|
||||
|
||||
Adding a Team
|
||||
-------------
|
||||
|
||||
#. In the left navigation pane of the ModelArts management console, choose **Data Management > Labeling Teams**. The **Labeling Teams** page is displayed.
|
||||
|
||||
#. On the **Labeling Teams** page, click **Add Team**.
|
||||
|
||||
#. In the displayed **Add Team** dialog box, enter a team name and description and click **OK**. The labeling team is added.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001157080843.png
|
||||
:alt: **Figure 1** Adding a team
|
||||
|
||||
**Figure 1** Adding a team
|
||||
|
||||
The new team is displayed on the **Labeling Teams** page. You can view team details in the right pane. There is no member in the new team. Add members to the new team by referring to :ref:`Adding a Member <modelarts_23_0183__en-us_topic_0186456618_section060323818470>`.
|
||||
|
||||
Deleting a Team
|
||||
---------------
|
||||
|
||||
You can delete a team that is no longer used.
|
||||
|
||||
On the **Labeling Teams** page, select the target team and click **Delete**. In the dialog box that is displayed, click **OK**.
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001157080841.png
|
||||
:alt: **Figure 2** Deleting a team
|
||||
|
||||
**Figure 2** Deleting a team
|
Loading…
x
Reference in New Issue
Block a user