Tutorial 3B: Annotation task: Object detection
Overview​
This tutorial describes the process of annotating and specifying an annotation task rubric for an object detection annotation task. To highlight the process, we are going to annotate a dataset that contains images of cars and coffee. This tutorial also quickly explores how you can download the fully annotated dataset supported in H2O Hydrogen Torch.
Step 1: Explore dataset​
We are going to use the preloaded car-or-coffee-demo demo dataset for this tutorial. The dataset contains 40 images, each depicting a car or coffee. Let's quickly explore the dataset.
- On the H2O Label Genie navigation menu, click Datasets.
- In the datasets table, click car-or-coffee-demo.
Step 2: Create an annotation task​
Now that we have seen the dataset let's create an annotation task that enables you to annotate the dataset. An annotation task refers to the process of labeling data. For this tutorial, an object detection annotation task refers to specifying one or more object classes (labels) to each input image. Let's create an annotation task.
- Click New annotation task.
- In the Task name box, enter
tutorial-3b
. - In the Task description box, enter
Annotate a dataset containing images of cars and coffee
. - In the Select task list, select Object detection.
- Click Create task.
Step 3: Specify annotation task rubric​
Before we can start annotating our dataset, we need to specify an annotation task rubric. An annotation task rubric refers to the labels (for example, object classes) you want to use when annotating your dataset. For our dataset, there are two labels (object classes) we want to specify, car and coffee. Let's define the annotation task rubric.
- In the New object name box, enter
Car
. - Click Add.
- Click Add object class.
- In the New object name box, enter
Coffee
. - Click Add.
- For the Coffee object color, choose an option (different from the one preselected for the Car object).
- Click Continue to annotate.