LDSO icon indicating copy to clipboard operation
LDSO copied to clipboard

Problem when dilating idepth in LoopClosing::ComputeOptimizedPose

Open jiawei-mo opened this issue 5 years ago • 2 comments

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

jiawei-mo avatar Oct 14 '19 03:10 jiawei-mo

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

gauti1311 avatar Nov 09 '20 14:11 gauti1311

Hi @jiawei-mo ,

please see my reply here https://github.com/tum-vision/LDSO/issues/60.

mgladkova avatar Dec 18 '20 17:12 mgladkova