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

The process of generating depth maps. #1

Closed
booker-max opened this issue Dec 2, 2024 · 1 comment
Closed

The process of generating depth maps. #1

booker-max opened this issue Dec 2, 2024 · 1 comment

Comments

@booker-max
Copy link

Hello, in your description, you mentioned that ‘the dataset was collected using two 360° cameras in a top-bottom setup and a LiDAR sensor, and it includes accurate depth and disparity labels by projecting 3D point clouds onto equirectangular images.’ I would like to ask whether you project a single frame of point clouds onto the image to obtain the depth map, or if you combine multiple frames of point clouds before projecting them to generate the depth map?

@chcorbi
Copy link
Contributor

chcorbi commented Dec 2, 2024

Hi @booker-max,

We project a single frame of point clouds that aligns most closely with the corresponding image frame. However, for the "augmented" training set, which incorporates depth completion to increase label density, we aggregate data from the four preceding and four succeeding LiDAR frames before projection.

If needed, Appendix B of our arXiv preprint provides more detailed information about the projection process and data collection. And details about the depth completion pipeline are also available in Appendix C.

@chcorbi chcorbi closed this as completed Jan 31, 2025
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