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
Depth Estimation
Make sure the correct pixel coordinates are being used for extract depth from the depth buffer.
Mismatched coordinate spaces, such as using (1-y) instead of y, could result in incorrect depth value being extracted.
Localization
Make sure that the localization done with camera parameters is done correctly.