You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-ai/ai/create-dataset.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,18 +196,16 @@ Most use cases fall into one of two categories:
196
196
197
197
- Detecting certain objects and their location within an image.
198
198
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.
200
200
201
201
{{< 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.
203
203
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.
205
205
206
-
{{<gifwebm_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
+
{{<gifwebm_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">}}
207
207
208
-
To expand the image, click on the expand side menu arrow in the corner of the image:
209
-
210
-
{{<gifwebm_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.
211
209
212
210
Repeat this with all images.
213
211
@@ -220,12 +218,10 @@ You can add one or more bounding boxes for objects in each image.
220
218
In this case, add tags to describe your images.
221
219
222
220
{{< 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.
224
222
Add one or more tags to your image.
225
223
226
-
{{<gifwebm_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
+
{{<gifwebm_src="/services/data/tag-tortilla.webm"mp4_src="/services/data/tag-tortilla.mp4"alt="Tag image with a full label">}}
229
225
230
226
Repeat this with all images.
231
227
{{< /expand >}}
@@ -240,8 +236,6 @@ Also add any unlabelled images to your dataset.
240
236
Unlabelled images must not comprise more than 20% of your dataset.
241
237
If you have 25 images in your dataset, at least 20 of those must be labelled.
242
238
243
-
{{<gifwebm_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
-
245
239
{{< expand "Want to add images to a dataset programmatically? Click here." >}}
246
240
247
241
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):
0 commit comments