I am trying to export a model i trained using the Gcloud AutoML Object Detection feature. The model trained online no problem, but I now would like to deploy this onto a different device.
I found the following documentation to export the model: https://cloud.google.com/vision/automl/docs/deploy#export-example-cli
However, when doing this with my object detection model I get the error: Unsupported model export format [tf_saved_model] for model [MODELID]
Could it be that object detection models can't be exportet?