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

how to deal raw data(mist/depth image) #139

Open
songWell opened this issue Sep 8, 2023 · 2 comments
Open

how to deal raw data(mist/depth image) #139

songWell opened this issue Sep 8, 2023 · 2 comments

Comments

@songWell
Copy link

songWell commented Sep 8, 2023

hi,
Thank you for providing the dataset.
Now, I rectify equirectangular panoramic images, but I think the value in depth is wrong(I'm new to panoramic images and don't know how to deal with them), so should I do something like multiply by a ratio or use an intrinsic matrix?
For example, in ("Tiny" Partition) Tolstoy scene, the depth value in the red circle is 1800. I think it should be 3600, so how to rectify?

point_p000001_view_equirectangular_domain_rgb

@songWell
Copy link
Author

songWell commented Sep 8, 2023

rectify rgb image
rgb_num_0_0 3849237285596583_0 4739360750561077

@songWell
Copy link
Author

songWell commented Sep 8, 2023

I found it, is 1/512m?
https://github.com/alexsax/2D-3D-Semantics

Depth: Depth images are stored as 16-bit PNGs and have a maximum depth of 128m and a sensitivity of 1/512m. Missing values are encoded with the value 2^16 - 1. Note that while depth is defined relative to the plane of the camera in the data (z-depth), it is defined as the distance from the point-center of the camera in the panoramics.

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

1 participant