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
I have the ability to provide accurate camera pose information, but I'd still like to use DSO's excellent point tracking and depth estimation (in addition to allowing the poses to be tweaked in bundle adjustment).
My first step is to inject the pose data into the CoarseInitializer, which I'm currently doing by setting SE3 refToNew_current (in the trackFrame function) with my data. However, this doesn't appear to change the results, even if I provide garbage transforms.
Any guidance on how I should proceed? Or any high level description of what's happening in the initialization procedure?
The text was updated successfully, but these errors were encountered:
I have the ability to provide accurate camera pose information, but I'd still like to use DSO's excellent point tracking and depth estimation (in addition to allowing the poses to be tweaked in bundle adjustment).
My first step is to inject the pose data into the
CoarseInitializer
, which I'm currently doing by settingSE3 refToNew_current
(in thetrackFrame
function) with my data. However, this doesn't appear to change the results, even if I provide garbage transforms.Any guidance on how I should proceed? Or any high level description of what's happening in the initialization procedure?
The text was updated successfully, but these errors were encountered: