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

surfel index image being built at wrong time? #112

Open
erikfrey opened this issue Sep 12, 2018 · 0 comments
Open

surfel index image being built at wrong time? #112

erikfrey opened this issue Sep 12, 2018 · 0 comments
Assignees

Comments

@erikfrey
Copy link

erikfrey commented Sep 12, 2018

Hi there - in ITMBasicSurfelEngine.tpp the surfel engine seems to perform roughly these three steps:

  1. Perform pose tracking
  2. Fuse view into scene
  3. Render a new index image of the scene.

This is a little different from the paper, which renders the index image before fusion, not after. In the Infinitam implementation, searching the index image during fusion seems incorrect, because the index image is generated from the old view pose, not the current view pose. Am I missing something?

@sgolodetz sgolodetz self-assigned this Sep 13, 2018
sgolodetz pushed a commit that referenced this issue Oct 7, 2018
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

2 participants