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
Thank you for your wonderful work.
As I'm testing your code with stereo camera setup,
I found that scale errors are quite big even if I'm using stereo images.
For example when I test with EuRoC dataset, scale error values are around 1.1 for all sequences.
According to an issue(#102),
It seems like your code does not consider stereo camera extrinsic value.
Thank you for your wonderful work.
As I'm testing your code with stereo camera setup,
I found that scale errors are quite big even if I'm using stereo images.
For example when I test with EuRoC dataset, scale error values are around 1.1 for all sequences.
According to an issue(#102),
It seems like your code does not consider stereo camera extrinsic value.
When I change the parameter https://github.com/princeton-vl/DROID-SLAM/blob/main/droid_slam/geom/projective_ops.py#L105
to stereo camera extrinsic value, provided by EuRoC calibration file,
it seems like scale errors are reduced quite much.
So these are my questions.
The text was updated successfully, but these errors were encountered: