Skip to main content
Version: v0.2.0

Create an annotation task

An annotation task refers to labeling data in a manner that makes them suitable to support an array of deep learning problem types. This process can, for example, involve adding bounding boxes to images where you can attribute labels to each box.

Instructions

To create a new annotation task, consider the following instructions:

  1. On the H2O Label Genie navigation menu, click Annotation tasks.
  2. Click New annotation tsk.
  3. In the Task name box, enter a name for the annotation task.
  4. In the Task description box, enter a description for the annotation task.
  5. In the Select dataset list, select a dataset (which will be the dataset you want to label).
    • If the data type of the selected dataset is text, proceed with the following instructions:
      1. In the Select task list, select the type of annotation you want to create (e.g., classification, entity recognition, etc.).
      2. In the Select text column list, select the text column in your dataset (data).
    • If the data type of the selected dataset is image or audio, proceed with the following instructions:
      1. In the Select task list, select the type of annotation you want to create (e.g., classification, regression, etc.).
  6. Click Create task.
    Note

    After creating a new annotation task, specify an annotation task rubric in the Rubric tab. An annotation task rubric refers to the labels (e.g., object classes) to use when annotating a dataset. For example, after creating a new annotation task for an object detection dataset, you will have to specify the object classes to use when labeling the dataset in the annotation task rubric. To learn more, see Specify an annotation task rubric.


Feedback