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
"compute_scale_and_shift" can be found in Loss.py and is based on least square loss.
Given that MiDaS-v2 was trained using the median + MAD and MiDaS-v1 was trained using the least squares-based loss (https://arxiv.org/abs/1907.01341v1)
3togo
changed the title
Any reference to explain the logic of "compute_scale_and_shift"?
"compute_scale_and_shift" using median + MAD vs least square
Feb 6, 2023
"compute_scale_and_shift" can be found in Loss.py and is based on least square loss.
Given that MiDaS-v2 was trained using the median + MAD and MiDaS-v1 was trained using the least squares-based loss (https://arxiv.org/abs/1907.01341v1)
Have median + MAD been implemented yet?
https://gist.github.com/dvdhfnr/732c26b61a0e63a0abc8a5d769dbebd0
https://arxiv.org/pdf/1907.01341v3.pdf
The text was updated successfully, but these errors were encountered: