nianticlabs / manydepth

[CVPR 2021] Self-supervised depth estimation from short sequences
Other
618 stars 83 forks source link

Can the scale ambiguity be resolved with multi-frame approach? #59

Open JinraeKim opened 2 years ago

JinraeKim commented 2 years ago

Hi, I'm trying to implement self-supervised depth estimation for robotic applications and started studying this area. Thank you for the impressive works in advance!

My concern is that if one uses only RGB images, the scale awareness would be impossible in principle (even with the multi-frame approach). The scale would be consistent though. So many works use "median scaling" using ground truth depth image, but it does not make sense as the true depth would not be accessible.

In this case, what would be the best practice for realistic application?

JamieWatson683 commented 1 year ago

Hi - thanks for your interest, and sorry for the delay in getting back to you!

It's a good question, and is an active area of research.

There are 2 approaches that I can think of (although there are probably many more!)

Hope this helps!