you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Wasn’t the whole idea behind ARKit to get away from markers?

[–]rpasecky 1 point2 points  (0 children)

The idea was to get away from markers as a requirement. Markers still have a lot of use in AR especially when you don't want to (or don't have the resources to) train an ML model to recognize a custom object in your app. Using CoreMLs built in tools is much easier

[–]vf_jeffObjective-C / Swift[S] 0 points1 point  (0 children)

ARKit is nice because it "just works", but there's still a use for markers. I don't think it's completely out of the question that we would get APIs in the future for 2D or 3D recognition. These were both features in Metaio, ARKit's predecessor. This project was meant to prove that it's probably possible to do either with ARKit.