ios - Apple Vision image recognition -


as many other developers, have plunged myself apple's new arkit technology. it's great. specific project however, able recognise (real-life) images in scene, either project on (just vuforia target images), or use trigger event in application.

in research on how accomplish this, stumbled upon vision , coreml frameworks apple. seems promising, although have not yet been able wrap head around it.

as understand it, should able want finding rectangles using vision framework , feeding coreml model compares target images predefined within model. should able spit out target image found.

although sounds in head, have not yet found way this. how go creating model that, , possible @ all?

i found project on github weeks ago: ar kit rectangle detection

i think looking for...


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -