Files
MachineLearningNotebooks/how-to-use-azureml/automated-machine-learning/image-object-detection

page_type, languages, products, description
page_type languages products description
sample
python
azure-machine-learning
Notebook showing how to use AutoML for training an Object Detection model. We will use a small dataset to train the model, demonstrate how you can tune hyperparameters of the model to optimize model performance and deploy the model to use in inference scenarios.

Object Detection using AutoML for Images

  • Dataset: Toy dataset with images of products found in a fridge
    • Jupyter Notebook
      • train an Object Detection model using AutoML
      • tune hyperparameters of the model to optimize model performance
      • deploy the model to use in inference scenarios