Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iosdevie/b1ef62e47d782c4edf981076bfa0e771 to your computer and use it in GitHub Desktop.

Select an option

Save iosdevie/b1ef62e47d782c4edf981076bfa0e771 to your computer and use it in GitHub Desktop.
retrieve the image constraint object from the CoreML model
let imageConstraint = model?.modelDescription.inputDescriptionsByName["image"]!.imageConstraint!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment