Open
Description
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
Labels
No labels