1
votes

I am searching for a way, to achieve real time image recognition in dynamically, I have to scan object (it can be a product) and show details about that object.

Is it possible by using native frameworks like ARKit? Or I have to go with third party libraries by using recent methodology?

Example: https://www.youtube.com/watch?v=GbplSdh0lGU

Can someone suggest a way?

Thanks.

1
Hey. Please check this link first. - Akaino
Will you know what the products are in advance e.g coke bottle, bottle of water? - BlackMirrorz
No, we can't know in advance. - Caleb

1 Answers

0
votes

Yes, it's possible by using Apple's native CoreML and Vision frameworks.

But you need to know about all the products in your library in advance.

You can read about it in this Medium post: CoreML Machine Learning on iOS.

Also, watch this WWDC 2017 video about Vision/CoreML frameworks.