You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here (mu_pred_sq + mu_target_sq) * lower still may contain zero values. For example, if there are several pictures with large black area, both mu_pred_sq and mu_target_sq can be zeros. To reproduce the problem, these two images can be as examples.
🐛 Bug
I noticed the issue #1520.
The fix may still cause "divided by zero" problem because eps is not directly added to the divisor.
To Reproduce
Here
(mu_pred_sq + mu_target_sq) * lower
still may contain zero values. For example, if there are several pictures with large black area, bothmu_pred_sq
andmu_target_sq
can be zeros. To reproduce the problem, these two images can be as examples.Expected behavior
This fix is very easy to understand. Just thanks to your excellent jobs!
Environment
The text was updated successfully, but these errors were encountered: