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: articles/machine-learning/how-to-prepare-datasets-for-automl-images.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,33 @@ It helps to create, manage, and monitor data labeling tasks for
47
47
48
48
If you already have a data labeling project and you want to use that data, you can [export your labeled data as an Azure ML Dataset](how-to-create-image-labeling-projects.md#export-the-labels) and then access the dataset under 'Datasets' tab in Azure ML Studio. This exported dataset can then be passed as an input using `azureml:<tabulardataset_name>:<version>` format. Here is an example on how to pass existing dataset as input for training computer vision models.
### Using pre-labeled training data from local machine
51
78
If you have previously labeled data that you would like to use to train your model, you will first need to upload the images to the default Azure Blob Storage of your Azure ML Workspace and register it as a [data asset](how-to-create-data-assets.md).
52
79
@@ -127,4 +154,4 @@ You can then pass in the `MLTable` as a [data input for your AutoML training job
127
154
128
155
*[Train computer vision models with automated machine learning](how-to-auto-train-image-models.md).
129
156
*[Train a small object detection model with automated machine learning](how-to-use-automl-small-object-detect.md).
130
-
*[Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
157
+
*[Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
0 commit comments