Skip to content

Confusion about asymmetricSmoothLoss #3

@alexzzhu

Description

@alexzzhu

I'm a little confused about the workings of the asymmetricSmoothLoss function. It looks like you compute smoothness losses for the valid (nonOccSmooth) and invalid sections (occSmooth) separately. However, at the end of the function, the sum of the losses is multiplied by the corrected valid mask. Doesn't this essentially eliminate the occSmooth losses? From my initial reading, it seems like the correct output of the function should be nonOccSmooth + (1.-valid) * occSmooth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions