Open jamekuma opened 1 year ago
MiDas's output is inverse depth, so I guess Omnidata just predicts a non-inverse depth? (z-buffer depth)
MiDas's output is inverse depth, so I guess Omnidata just predicts a non-inverse depth? (z-buffer depth)
However, in ssi loss, there are no inversion, while the reg loss has the inversion. This issue confused me totally.
In the Midas loss, why calculate the inversion of the
prediction
andtarget
before thereg_loss
? I didn't find a corresponding explanation in the Midas paper.