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
Hello, thank you for your work! However, when I ran dm-vio on nuscenes dataset, I met with initialization failure. Therefore, I wonder if you require the initial velocity to be 0 for a good initialization?
The text was updated successfully, but these errors were encountered:
No, there is no assumption on 0 initial velocity in the work.
Is the visual-only initializer failing or does it then not get into the VIO state (indicating the the visual-inertial initializer does not succeed)?
For driving datasets it can be useful to add a prior on the initial movement direction to help the visual initializer (https://github.com/lukasvst/dm-vio/blob/master/configs/4seasons.yaml#L6-L7). However, the current implementation of these settings assumes that the camera is mounted looking forward.
Hello, thank you for your work! However, when I ran dm-vio on nuscenes dataset, I met with initialization failure. Therefore, I wonder if you require the initial velocity to be 0 for a good initialization?
The text was updated successfully, but these errors were encountered: