Hacker News new | ask | show | jobs
by billconan 3028 days ago
how ARKit is used in this case? Isn't ARKit for detecting plane objects?
2 comments

Essentially, just using it to feed frames into the CoreML model, but not using the planar detection. However, I am using ARKit world orientation tracking in other stuff I'm working on like this: https://twitter.com/2020cv_inc/status/969628227130949633
oh, for rendering I guess
yes, that as well