Skip to content

Question about loss on valid image region during training  #90

@JoyHuYY1412

Description

@JoyHuYY1412

Hi Nupur, thank you for your great work. My question is as you mentioned you only "backpropagate the loss on valid regions", and I found you use mask to mask out the loss as loss = ((loss*mask).sum([1, 2, 3])/mask.sum([1, 2, 3])).mean(). Does here the image mask means valid regions in your paper? And you only want to reconstruct the object so that it won't overfit to the background, am I right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions