CoreML Objekt Detection in macOS Application

Hi, I've been looking for a way to get my CoreML object detection models into a macOS application for days now. PS: I am a complete beginner and the only thing I have managed to do is to get the models into an IOS app. But that just looks like crap when you run it for macOS.

Does anyone have an idea where I could look? Or if it just doesn't work?

You can certainly include a CoreML model as a resource in your Mac app. There is very little difference (if any) in the way that you can use a CoreML model between iOS and macOS, so you should be able to use the same api that you are using on iOS to submit inputs to your model for inference.

CoreML Objekt Detection in macOS Application
 
 
Q