Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobsapps/55f9491bf93699192299db48dffddba9 to your computer and use it in GitHub Desktop.
Save jacobsapps/55f9491bf93699192299db48dffddba9 to your computer and use it in GitHub Desktop.
@concurrent
func process(image: UIImage) async -> [Objects]? {
let observations = visionModel.process(image)
let objects = objects(from: observations)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment