I wanted to find out what is c in the below equation:
disparity_gt_depth = 1/(c + metric_gt_depth)
As per your V1 paper, you mention converting the ground truth metric depth to disarity depth before normalizing to 0~1 and then applying your loss function. I wanted to find out the exact coefficient used (c here).
Hi,
I wanted to find out what is c in the below equation:
disparity_gt_depth = 1/(c + metric_gt_depth)
As per your V1 paper, you mention converting the ground truth metric depth to disarity depth before normalizing to 0~1 and then applying your loss function. I wanted to find out the exact coefficient used (c here).
Thanks