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

Optimize the procedures #97

Open
integraledelebesgue opened this issue Dec 17, 2024 · 0 comments
Open

Optimize the procedures #97

integraledelebesgue opened this issue Dec 17, 2024 · 0 comments
Labels
architecture An issue related to the general design and mutual relations between the parts of the project framework A general, framework-related topic improvement An improvement of the already existing solution transformation An issue related to the camera transformation estimation problem

Comments

@integraledelebesgue
Copy link
Member

Rationale

At the moment calibrate and estimate-transformations procedures process zipped video streams sequentially, one frame at a time. However, zipping the videos is unnecessary since computations are completely independent.

Ideas

  • Try to process streams in both procedures in parallel
  • Add batch depth inference to estimate-transformations
@integraledelebesgue integraledelebesgue converted this from a draft issue Dec 17, 2024
@integraledelebesgue integraledelebesgue added framework A general, framework-related topic transformation An issue related to the camera transformation estimation problem architecture An issue related to the general design and mutual relations between the parts of the project labels Jan 8, 2025
@integraledelebesgue integraledelebesgue added the improvement An improvement of the already existing solution label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture An issue related to the general design and mutual relations between the parts of the project framework A general, framework-related topic improvement An improvement of the already existing solution transformation An issue related to the camera transformation estimation problem
Projects
Status: Backlog
Development

No branches or pull requests

1 participant