Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARCamera poses #15

Closed
lawpdas opened this issue Feb 28, 2022 · 3 comments
Closed

ARCamera poses #15

lawpdas opened this issue Feb 28, 2022 · 3 comments

Comments

@lawpdas
Copy link

lawpdas commented Feb 28, 2022

Hi, thanks for your great work!
I'm working on a data collection APP with ARKit. I notice that you estimate the ground truth poses instead of using ARCamera poses (ARCamera.transform). Why? Is it because the ARCamera poses are inaccurate?

@daniel-kurz
Copy link

Hello, thanks for your interest in our dataset.

Our ground truth poses are estimated offline using additional external information, i.e. highly accurate high-resolution laser scans of the environment. As a result, these ground truth poses are expected to often be more accurate than the on-device ARCamera poses. More importantly, however, our ground truth poses are estimated in the coordinate system of the laser scans, while ARKit poses (ARCamera.transform) are in a completely different coordinate system since ARKit does not know anything about the laser scans. Estimating ground truth poses in the coordinate system of the laser scans is what enables us to render ground truth depth maps aligned with the RGB frames using the laser scan meshes. This would not be possible using ARCamera poses because they are defined in a different coordinate system.

@lawpdas
Copy link
Author

lawpdas commented Mar 6, 2022

Thank you for your helpful reply.
Could you share the collection APP? Can I find it in the APP Store?

@afshindn
Copy link
Contributor

afshindn commented Sep 4, 2022

We currently do not have any plans on sharing the data collection app.

@lawpdas lawpdas closed this as completed Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants