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

What is the metric of depth image and camera pose ? #4

Open
michaelyuancb opened this issue Sep 24, 2024 · 2 comments
Open

What is the metric of depth image and camera pose ? #4

michaelyuancb opened this issue Sep 24, 2024 · 2 comments

Comments

@michaelyuancb
Copy link

Hi, thanks for the great work. I'm trying to recover the pointclouds sequence of the original videos. However, I find that I could not align the pointclouds according to the annotations *"pkl" file) and the depth images ("png" file).

Could you please tell me the metric of the depth map (e.g. depths = Image.open("00000.png") / 10000.0) ? Should I divide the depth map read by 10000.0 or some other value ?

@michaelyuancb michaelyuancb changed the title What is the metric of depth image, camera pose ? What is the metric of depth image and camera pose ? Sep 24, 2024
@BatFaceWayne
Copy link
Owner

Hi, you could use depths = np.array(Image.open("00000.png")) / 5000) to load depth image in meters. Thanks for pointing this out and I would update the description.

@michaelyuancb
Copy link
Author

Really thanks for your help. The problem solved.

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