Skip to content

Commit 49d67ff

Browse files
Merge pull request #285448 from ssalgadodev/patch-152
Update tutorial-auto-train-image-models.md
2 parents 5e697c3 + 7d5e549 commit 49d67ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-auto-train-image-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You write code using the Python SDK in this tutorial and learn the following tas
3939

4040
* [!INCLUDE [prereq-workspace](includes/prereq-workspace.md)]
4141

42-
* Python 3.6 or 3.7 are supported for this feature
42+
* Python 3.9 or 3.10 are supported for this feature
4343

4444
* Download and unzip the [**odFridgeObjects.zip*](https://automlsamplenotebookdata.blob.core.windows.net/image-object-detection/odFridgeObjects.zip) data file. The dataset is annotated in Pascal VOC format, where each image corresponds to an xml file. Each xml file contains information on where its corresponding image file is located and also contains information about the bounding boxes and the object labels. In order to use this data, you first need to convert it to the required JSONL format as seen in the [Convert the downloaded data to JSONL](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb) section of the notebook.
4545

0 commit comments

Comments
 (0)