Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/b1ef62e47d782c4edf981076bfa0e771 to your computer and use it in GitHub Desktop.
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