You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: