You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change scale:
Scale the translation t to be the same length as the ground truth so that I can make a comparison with ground truth. Then, scale the map points correspondingly
What if we don't have the ground-truth to scale the translation vector.
I know that in such cases we can estimate the relative scale by using three-views, but I don't find a good resource on it.
Can you point me out to any code that implements the relative-scale estimation ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, sorry I don't know what this is: "estimate the relative scale by using
three-views"
I was thinking to use Lidar to estimate the groundtruth. Don't know what
"three-views" means.
On Sat, Nov 7, 2020 at 6:16 AM Chetan Patil ***@***.***> wrote:
Hi @felixchenfy <https://github.com/felixchenfy> , this is such good work
:-)
I have a doubt on
Change scale:
Scale the translation t to be the same length as the ground truth so that I can make a comparison with ground truth. Then, scale the map points correspondingly
What if we don't have the ground-truth to scale the translation vector.
I know that in such cases we can estimate the relative scale by using
three-views, but I don't find a good resource on it.
Can you point me out to any code that implements the relative-scale
estimation ?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJY7WIXWQ64DHYUEJJIB4DSOVJFXANCNFSM4TNVTJKA>
.
Hi. Hope you are doing well.
In this case, we have to use another sensor to overcome the scale ambiguity problem. For instance, it is common to fuse data from an IMU with data from the camera to estimate the scale.
There are numerous resources on the internet, like: this one
Hi @felixchenfy , this is such good work :-)
I have a doubt on
What if we don't have the ground-truth to scale the translation vector.
I know that in such cases we can estimate the relative scale by using three-views, but I don't find a good resource on it.
Can you point me out to any code that implements the relative-scale estimation ?
Thanks
The text was updated successfully, but these errors were encountered: