hisfog / SfMNeXt-Impl

[AAAI 2024] Official implementation of "SQLdepth: Generalizable Self-Supervised Fine-Structured Monocular Depth Estimation", and more.
MIT License
91 stars 12 forks source link

Question about pred_depth and pred_disp in the code #44

Open wangjiyuan9 opened 5 months ago

wangjiyuan9 commented 5 months ago

Hi,

I have noticed that in your code, pred_depth is directly set equal to pred_disp, and it is the same during training. This is very confusing to me because depth and disparity are completely different. How can they be equal directly?

I have checked other repositories, and I found that only your code is written this way. Does this mean you are estimating depth directly instead of disparity?

Thank you for your clarification.