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

(1) Where are camera parameters stored in the dataset? (2) About depth-pointcloud consistency. #62

Closed
YunzeMan opened this issue Jan 31, 2023 · 2 comments

Comments

@YunzeMan
Copy link

I just started using this amazing dataset. However, looking at the unzipped directory systems, I'm not quite sure where the camera parameters (intrinsic and extrinsic matrices) are stored.

Are they stored in frame_annotations.jgz or some other places?

One additional question is about the correspondence between depth map and point cloud. If I convert one GT depth map into a point cloud with the GT camera matrix, will it be consistent with the GT point cloud pointcloud.ply?

Thank you.

@davnov134
Copy link
Contributor

Hi, camera annotations for each category are indeed in frame_annotations.jgz.
pointcloud.ply will be approximately consistent with unprojected depths, i.e. you will not be able to extract a precise correspondence between the point cloud points and the depth map points, but they will follow the same surface.

@YunzeMan
Copy link
Author

Thanks. This is very helpful.

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