Search code examples
google-cloud-platformgoogle-cloud-automlautoml

Google AutomML Object Detection Missing Core ML Export


I created an Object Detection model using Google AutoML. I'd like to export the model to Core ML but on the export page this option isn't showing up. I can't find anything in the AutoML Documentation about when this export option is disabled.Export page

Additionally, if I try to export from the command line I get the error message Unsupported model export format [core_ml] for model.

Can someone provide some clarity about why this isn't an option? Thanks in advance for your help.


Solution

  • The issue is with a confusion between automl vision documentation that focuses on classification models and specific automl vision object detection model documentation. In this index you can see all those docs.

    As you can see in the links, for the specific case of object detection models there is no option to export to Core ML.