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

Prevent from building datasets which will cause a failure at runtime #36

Open
mihaibujanca opened this issue Feb 15, 2020 · 0 comments
Open

Comments

@mihaibujanca
Copy link
Owner

Checks should be in place to validate .slam files before running experiments. This may either be done with a separate tool to check the validity of the .slam file, or could be part of each individual dataset.

List of possible things to check:
Same number of ground-truth measurements as the number of processed frames.
Number of RGB frames equal to number of depth frames.
For stereo: same number of frames in the left and the right camera.

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

No branches or pull requests

1 participant