monoVO-python icon indicating copy to clipboard operation
monoVO-python copied to clipboard

Scaling factor is based on ground truth?

Open biggzlar opened this issue 6 years ago • 1 comments

https://github.com/uoip/monoVO-python/blob/b146da3ea25230396e51e8408f4234aba4385865/visual_odometry.py#L81

This seems weird to me. What if we don't have a ground truth (as in most applications, otherwise why do visual odometry in the first place). Any way to replace this?

biggzlar avatar Mar 11 '19 14:03 biggzlar

This is a mono VO with the simplest method. in fact there are researches working on this problem called "scale recovery" which no need for GT, for example "Monocular Visual Odometry Scale Recovery using Geometrical Constraint". it using the ground plane detection method and estimate camera height which can be divided by the real camera height to get the scale factor.

TianXiaoRui avatar Dec 19 '19 14:12 TianXiaoRui