cleinc / bts

From Big to Small: Multi-Scale Local Planar Guidance for Monocular Depth Estimation
GNU General Public License v3.0
628 stars 176 forks source link

no median scaling? #82

Open hua-wu-que opened 3 years ago

hua-wu-que commented 3 years ago

Hi,

I observe some code repo "monodepth2" for example, has median scaling turned on during evaluation. (multiply the predicted depth by a ratio compared to gt). There is no such step in this repo and the performance is still much higher?

dongli12 commented 2 years ago

Same question.

And what is the role of focal in the algorithm? Can BTS be applied for videos without camera intrisincs? How does BTS address the global scale ambiguity as in many monocular depth estimation methods?