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
In the paper "Table 1. Quantitative comparison of various methods on different datasets." AbsRel and δ1 are used to evaluate the performance of various depth models. As we all know, Depth Anything v2 and other methods only need one image to estimate the depth, so the estimated depth is scale-ambiguous, while the depth estimated by DepthLab contains the absolute scale. How is the quantitative comparison in this table done? In other words, how to unify the scale estimated by other models with DepthLab?
Another question is when generating the depth npy file, what unit is this depth in? Millimeters? When I use this file, the depth value needs to be divided by 2000 so that the point cloud can coincide with the actual collected point cloud.