jamycheung / DELIVER

Repository of DELIVER dataset and CMNeXt models (CVPR 2023)
Apache License 2.0
129 stars 6 forks source link

How do I get depth map data in KITTI360 #6

Closed SY-Ch closed 11 months ago

SY-Ch commented 11 months ago

Excuse me, I am currently working on a project that involves utilizing the KITTI360 dataset for computer vision research. I am particularly interested in the depth map data included in the dataset. I was wondering if you could kindly share some insights on how the depth maps were obtained for the KITTI360 dataset. Upon observation, it seems that the dataset only provides data from fish-eye and left-right cameras. Could you please clarify if the depth maps were acquired using the left-right camera setup? Any information on the process of obtaining the depth maps would be immensely helpful for my research and analysis. Thank you in advance for your time and assistance!

jamycheung commented 11 months ago

Hi, thanks for your interest. The depth map data of KITTI-360 dataset is generated by the depth estimation method. You can use the stereo images to estimate the depth map. In our case, we use AANet to generate the depth.

SY-Ch commented 11 months ago

Thank you very much for your reply, which is very helpful to me