Open chaimaOues opened 2 years ago
depth = f * b / disp, where f is focal length and b is baseline
I found that for KITTI 2015 the focal length and baseline are 721 pixels and 0.54 m and i applied this formula: Depth= (54 * 721 )/ (disp_pred) I got this result:
Hello, with this code we can determinate only the image disparity. How can I convert the image disparity into depth map ? thank you