MoGe
MoGe copied to clipboard
metric_scale
I found that the metric_scale prediction result has no corresponding supervision function. Doesn’t this lead to scale errors in the estimation?
The affine invariant loss calculates scale, but the inference scale branch is unsupervised. I'm curious how the MLP branch of the model ensures scale consistency. Furthermore, the affine invariant loss is calculated as pred_points * scale + shift, while the inference branch is calculated as (pred_points + shift) * metric_scale. I'm confused as to how this corresponds.