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

Problem when dilating idepth in LoopClosing::ComputeOptimizedPose #43

Open
jiawei-mo opened this issue Oct 14, 2019 · 2 comments
Open

Comments

@jiawei-mo
Copy link

Hello Dr. Gao,

Thank you for publishing this wondering project. When I was reading it, I found a small problem: in LoopClosing::ComputeOptimizedPose, line 272, you declare a vector of 2d vectors called activePixels; then in line 298, you iterate through activePixels and dilate the idepth around each activePixels. However, did you forget to put data into activePixels in the previous block (L276-L295) when projecting all points to the current frame?

Thank you!

Jiawei

@gauti1311
Copy link

Hello @jiawei-mo i have also this issue and cannot optimize the pose because of activePixels.size() = 0. Did you find any solution
?

@mgladkova
Copy link

Hi @jiawei-mo ,

please see my reply here #60.

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

3 participants