Skip to content

Commit 5944a2b

Browse files
committed
addressing PR comments
1 parent c750588 commit 5944a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If your labeled training data is in a different format (like, pascal VOC or COCO
3636
## Get labeled data
3737
In order to train computer vision models using AutoML, you need to first get labeled training data. The images need to be uploaded to the cloud and label annotations need to be in JSONL format. You can either use the Azure ML Data Labeling tool to label your data or you could start with pre-labeled image data.
3838

39-
## Using Azure ML Data Labeling tool to label your training data
39+
### Using Azure ML Data Labeling tool to label your training data
4040
If you don't have pre-labeled data, you can use Azure Machine Learning's [data labeling tool](how-to-create-image-labeling-projects.md) to manually label images. This tool automatically generates the data required for training in the accepted format.
4141

4242
It helps to create, manage, and monitor data labeling tasks for
@@ -154,7 +154,7 @@ Next, you will need to get the label annotations in JSONL format. The schema of
154154

155155
If your training data is in a different format (like, pascal VOC or COCO), [helper scripts](https://github.com/Azure/azureml-examples/blob/v2samplesreorg/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection/coco2jsonl.py) to convert the data to JSONL are available in [notebook examples](https://github.com/Azure/azureml-examples/blob/v2samplesreorg/sdk/python/jobs/automl-standalone-jobs).
156156

157-
once you have created jsonl file following the above steps, you can register it as a data asset using UI. Make sure you select `stream` type in schema section which is described in below animation.
157+
Once you have created jsonl file following the above steps, you can register it as a data asset using UI. Make sure you select `stream` type in schema section as shown below.
158158

159159
![Animation showing how to register a data asset from the jsonl files](media\how-to-prepare-datasets-for-automl-images\ui-dataset-jsnol.gif)
160160

0 commit comments

Comments
 (0)