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

Updated frontend logger intialisation #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shiv1994
Copy link

@shiv1994 shiv1994 commented Feb 24, 2025

Outline

This pull request addresses an issue discovered when images are saved for purposes of investigating feature tracking in the frontend.

Reason for change

This issue occurs when Kimera-VIO is executed consecutively with different datasets—the contents of the directories within /output_logs/frontend_images are not cleared between runs. As a result, images from previous executions can mix with the current execution, leading to misleading results.

The following sub-directories are susceptible to the issue:

  • monoFeatureTracksLeftImg
  • monoTrackingUnrectifiedImg
  • monoTrackingRectifiedImg
  • stereoMatchingUnrectifiedImg
  • stereoMatchingRectifiedImg
  • rgbdDepthFeaturesImg

Proposed fix

Erase the contents of these directories when upon starting Kimera-VIO to avoid images from consecutive runs from being mixed together.

@shiv1994 shiv1994 self-assigned this Feb 24, 2025
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

Successfully merging this pull request may close these issues.

1 participant