facebookresearch/projectaria_tools

How can I get depth image base on the "Slam-left" and "Slam-right" camera on EgoExo4d datasets?

Hoyyyaard opened this issue · 3 comments

How can I get depth image base on the "Slam-left" and "Slam-right" camera on EgoExo4d datasets?

Hello @Hoyyyaard , please add some description to your question.

I believe you are asking how to retrieve a depth map from a binocular image rig.

  • to do that I would advise you to look at method to compute disparity from stereo images

Note that, ProjectAria Tools provides functions to retrieve the camera parameters (intrinsics and extrinsics) so you can get to know the baseline and rectify the image if required.

Please also note that Aria camera orientation has been optimized for Field of View (FoV) and not overlap or stereo depth recovery.

Calibration documentation
Image undistortion documentation

@Hoyyyaard do you still have questions following our reply, else can you close the issue, thank you.

@Hoyyyaard do you still have questions following our reply, else can you close the issue, thank you.

Thanks so much for your reply