-
Notifications
You must be signed in to change notification settings - Fork 89
problem regarding depth_refinement_loss #27
Copy link
Copy link
Open
Description
Hi Felix,
MonoRec/model/loss_functions/monorec_loss.py
Line 334 in b2b3dec
| mono_sdl = mask_mean(mono_sparsedl.detach(), mono_sparsedl_mask) |
MonoRec/model/loss_functions/monorec_loss.py
Line 339 in b2b3dec
| stereo_sdl = mask_mean(mono_stereodl.detach(), mono_stereodl_mask) |
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels