Skip to content

Commit 46e27af

Browse files
authored
DOCS-2695: Document improved bounding box annotation experience (#3952)
1 parent 8b0fd10 commit 46e27af

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

docs/data-ai/ai/create-dataset.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,16 @@ Most use cases fall into one of two categories:
196196

197197
- Detecting certain objects and their location within an image.
198198
For example, you may wish to know where and how many `pizzas` there are in an image.
199-
In this case, add a label for each object you would like to detect.
199+
In this case, use the **Annotate** interface to add a label for each object you would like to detect.
200200

201201
{{< expand "For instructions to add labels, click here." >}}
202-
To add a label, click on an image and select the **Bounding box** mode in the menu that opens.
202+
To add a label, click on an image and select the **Annotate** option in the menu that opens.
203203
Choose an existing label or create a new label.
204-
Click on the image where you would like to add the bounding box and drag to where the bounding box should end.
204+
Holding the command key, click on the image where you would like to add the bounding box and drag to where the bounding box should end.
205205

206-
{{<gif webm_src="/services/data/label-dog.webm" mp4_src="/services/data/label-dog.mp4" alt="Add a bounding box around the dog in an image">}}
206+
{{<gif webm_src="/services/data/label-magnemite.webm" mp4_src="/services/data/label-magnemite.mp4" alt="Add a bounding box around the magnemite pokemon in an image">}}
207207

208-
To expand the image, click on the expand side menu arrow in the corner of the image:
209-
210-
{{<gif webm_src="/services/data/label-dog-big.webm" mp4_src="/services/data/label-dog-big.mp4" alt="Add a bounding box around the dog in an image in a big menu">}}
208+
You can move around or resize the bounding box once you have created it.
211209

212210
Repeat this with all images.
213211

@@ -220,12 +218,10 @@ You can add one or more bounding boxes for objects in each image.
220218
In this case, add tags to describe your images.
221219

222220
{{< expand "For instructions to add tags, click here." >}}
223-
To tag an image, click on an image and select the **Image tags** mode in the menu that opens.
221+
To tag an image, click on an image and click the **+** next to the **Tags** option.
224222
Add one or more tags to your image.
225223

226-
{{<gif webm_src="/services/data/tag-star.webm" mp4_src="/services/data/tag-star.mp4" alt="Tag image with a star label">}}
227-
228-
If you want to expand the image, click on the expand side menu arrow in the corner of the image.
224+
{{<gif webm_src="/services/data/tag-tortilla.webm" mp4_src="/services/data/tag-tortilla.mp4" alt="Tag image with a full label">}}
229225

230226
Repeat this with all images.
231227
{{< /expand >}}
@@ -240,8 +236,6 @@ Also add any unlabelled images to your dataset.
240236
Unlabelled images must not comprise more than 20% of your dataset.
241237
If you have 25 images in your dataset, at least 20 of those must be labelled.
242238

243-
{{<gif webm_src="/tutorials/data-mlmodel/add-to-dataset.webm" mp4_src="/tutorials/data-mlmodel/add-to-dataset.mp4" alt="Click on an image you want to add to your dataset. In the actions pane, enter a dataset name under datasets, then press return." max-width="600px">}}
244-
245239
{{< expand "Want to add images to a dataset programmatically? Click here." >}}
246240

247241
You can also add all images with a certain label to a dataset using the [`viam dataset data add` command](/dev/tools/cli/#dataset) or the [Data Client API](/dev/reference/apis/data-client/#addtagstobinarydatabyfilter):
336 KB
Binary file not shown.
772 KB
Binary file not shown.

static/services/data/tag-tortilla.mp4

148 KB
Binary file not shown.
358 KB
Binary file not shown.

0 commit comments

Comments
 (0)