00322: Model type is invalid

The model type you listed in the Esri model definition file (.emd) is not a supported or valid model type. Currently, there are three supported model types for running deep learning inferencing tools:

  • ObjectDetection—Used to detect objects from imagery and produces a feature class output.
  • ClassifyPixels—Used to classify pixels into categories in an image and produces a raster output.
  • ObjectClassification—Used to classify objects from imagery using a feature class input.

Solution

Ensure the model type parameter is set to ObjectDetection, ClassifyPixels, or ObjectClassification.

More information

For more information on how to format the .emd file, see Esri model definition file.