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
you use the .detach() method in the sdl at depth_refinement_loss, which cut the backpropagation, different from the depth_refinement_loss in the paper. Or did I misunderstand?
The text was updated successfully, but these errors were encountered:
thank you for looking into the code so thoroughly, I appreciate it a lot!
I double checked and the code I used for the paper corresponds to the version in the paper.
But you seem to be correct here, I will look into it.
I suspect I may have introduced a mistake when refactoring the code before publishing it.
Hi Felix,
MonoRec/model/loss_functions/monorec_loss.py
Line 334 in b2b3dec
MonoRec/model/loss_functions/monorec_loss.py
Line 339 in b2b3dec
you use the .detach() method in the sdl at depth_refinement_loss, which cut the backpropagation, different from the depth_refinement_loss in the paper. Or did I misunderstand?
The text was updated successfully, but these errors were encountered: