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

Near and far plane? #27

Open
deeplearningfam opened this issue Jan 26, 2021 · 1 comment
Open

Near and far plane? #27

deeplearningfam opened this issue Jan 26, 2021 · 1 comment

Comments

@deeplearningfam
Copy link

Hi,

thanks a lot for the great dataset! I was wondering if it is possible to get the approximate near and far plane for the frames? I couldn't find this in the geometry tutorial.

Thanks!

@ahmadyan
Copy link
Collaborator

The near and far plane are optimized per frame, and they are available via the projection_matrix, specifically, proj[2, 2] and proj[2, 3]

OpenGL projection matrix
)

Which after solving should give you 1000m and 1cm, but depending on calibration it might vary.

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

2 participants