Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running ETH3D Dataset #222

Closed
mhuzai opened this issue Jan 25, 2022 · 4 comments
Closed

Running ETH3D Dataset #222

mhuzai opened this issue Jan 25, 2022 · 4 comments
Labels
dataset Dataset issue request or issue

Comments

@mhuzai
Copy link

mhuzai commented Jan 25, 2022

Hello,

I have two questions regarding running open_vins with ETH3D.

  1. None of the sequences in this dataset begin with a stationary camera (to the best of my knowledge). In fact, the camera is almost never still. Would open_vins initialize and work in such a scenario? My open_vins branch is a year old, so I haven't tested with latest master, but wanted to get your feedback before updating (I'll have a lot of merge conflicts).
  2. If initializing with ground truth, are the IMU biases necessary? ETH3D only provides ground truth poses and nothing else. If the biases are necessary, would there be a way to obtain them from the dataset somehow?

Thank you!

@goldbattle goldbattle added the dataset Dataset issue request or issue label Jan 31, 2022
@goldbattle
Copy link
Member

Right now we require static initialization. You can try to use the groundtruth with the biases being zero, but it will depend on the quality of the velocity in the groundtruth and if that groundtruth is gravity aligned. If there is a vicon system you can try running them with our vicon2gt utility to see if you can recover the full inertial states.

@mhuzai
Copy link
Author

mhuzai commented Jan 31, 2022

Gotcha. Thank you for the vicon2gt idea.

One more question about initialization. Are there plans to add dynamic initialization in the future? Is there some fundamental challenge associated with doing so?

@goldbattle
Copy link
Member

Issue #62 also has some discussion about RGBD inputs. In terms of dynamic initialization this is something we are working on and is tracked in issue #204

@mhuzai
Copy link
Author

mhuzai commented Feb 14, 2022

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataset Dataset issue request or issue
Projects
None yet
Development

No branches or pull requests

2 participants