Skip to content

confusion about the gradients when taking the rho2d #214

@Nole21

Description

@Nole21

Thank you for sharing such great work. I have a question about the gradients when taking rho2d. Since depth is computed by depth = s.xTw.x+s.yTw.y+Tw.z. When choosing rho2d, the alpha loss has no gradients to s, but depeh loss still has gradients w.r.t s. Why you do not backpropagate the depth gradients to s in the same way when choosing rho3d and further backpropagate to TransMat(Tu, Tv, Tw)?

This is the code when choosing rho3d, you backpropagate depth loss to s, and further backpropagate it to Tu, Tv, Tw.
Image

When choosing rho2d, you just backpropagate depth gradients w.r.t to Tu, Tv, Tw and ignore the gradients w.r.t s?
Image

Looking foward to your reply, Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions