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
I wonder why in dice loss implementation union is just sum and not sum - intersection, i.e. in case of sum seems mask itersection area is calculated twice?
I wonder why in dice loss implementation union is just sum and not sum - intersection, i.e. in case of sum seems mask itersection area is calculated twice?
I wonder why in dice loss implementation union is just
sum
and notsum - intersection
, i.e. in case ofsum
seems mask itersection area is calculated twice?https://github.com/jocicmarko/ultrasound-nerve-segmentation/blob/master/train.py#L27
https://github.com/keras-team/keras-contrib/blob/master/keras_contrib/losses/jaccard.py#L33
The text was updated successfully, but these errors were encountered: