maryam-mohebbi / Depth-Aware-Object-Detection

Depth-Aware Object Detection for Autonomous Urban Navigation
1 stars 1 forks source link

NYU Depth Dataset and Depth Estimation #3

Closed maryam-mohebbi closed 6 months ago

maryam-mohebbi commented 9 months ago

Implement depth estimation using the NYU Depth Dataset.

maryam-mohebbi commented 9 months ago

Related links: https://arxiv.org/abs/1406.2283#:~:text=Depth%20Map%20Prediction%20from%20a,3D%20geometry%20of%20a%20scene https://arxiv.org/abs/1708.06500#:~:text=,from%20sparse%20laser%20scan%20data https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html

maryam-mohebbi commented 8 months ago

Maybe it is worth looking at this dataset: https://www.cvlibs.net/datasets/kitti/index.php

maryam-mohebbi commented 8 months ago

for LiDAR data for depth information:

maryam-mohebbi commented 8 months ago

We need to use one dataset for both Object detection and Depth detection. Object detection can be any dataset, but for the depth we need outdoor dataset. So we have to limit our dataset to which one can support both goal.

AhmedDiderRahat commented 8 months ago

I think for depth calculation we can use https://www.cvlibs.net/datasets/kitti/eval_depth.php?benchmark=depth_prediction dataset