Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion about asymmetricSmoothLoss #3

Open
alexzzhu opened this issue Oct 7, 2018 · 0 comments
Open

Confusion about asymmetricSmoothLoss #3

alexzzhu opened this issue Oct 7, 2018 · 0 comments

Comments

@alexzzhu
Copy link

alexzzhu commented Oct 7, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant