Created
July 8, 2025 11:19
-
-
Save jacobsapps/55f9491bf93699192299db48dffddba9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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