Segmentation_Losses icon indicating copy to clipboard operation
Segmentation_Losses copied to clipboard

Loss Functions in the Era of Semantic Segmentation: A Survey and Outlook

Results 3 Segmentation_Losses issues
Sort by recently updated
recently updated
newest added

where 'values, indices' used in losses/topk.py?

The implementation of Dice loss divides the intersection by the sum of [all targets and inputs](https://github.com/YilmazKadir/Segmentation_Losses/blob/main/losses/dice.py#L23). But, according to equation 7 of the [paper](https://arxiv.org/pdf/2312.05391.pdf), the sum in the denominator should...