|
|
|
|
|
by dimatura
1106 days ago
|
|
CoreML has various models already built-in, although as black boxes that accomplish some task like OCR or rectangle detection. There's also a "feature print" model which I believe are intended to be used as hard-coded features for simple ML tasks. In either case I strongly suspect that when you use them, they're not being embedded in the app. Another thing to consider is that you don't have to embed the model in your app; at least in CoreML you can download (and update) the model weights over the network. |
|
Sending a 10kb image to the cloud for processing is much faster and user friendly.