Hello,
I am currently using your code for surface normal estimation. I was wondering what is the benefit to calculate gradient(df) in loss function and do output.backward(gradient=df) in training process instead of use loss value do loss.backward()?
Btw, have you ever tried to let the depth branch do refinement for raw depth?
Thank you for your help in advance!
Best regards
Alisa