Skip to content

problem regarding depth_refinement_loss  #27

@bpwl0121

Description

@bpwl0121

Hi Felix,

mono_sdl = mask_mean(mono_sparsedl.detach(), mono_sparsedl_mask)

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions