You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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.
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 ?
The text was updated successfully, but these errors were encountered: