I wanted a Dice score evaluator for semantic segmentation so I started by adding a method for it.
If you think this is a good idea I'll continue to implement a chainer.training.extensions.Evaluator, either as an option for the SemanticSegmentationEvaluator or by changing its name that implies IOU is used and also adding a Dice version.
Hello ChainerCV team.
I wanted a Dice score evaluator for semantic segmentation so I started by adding a method for it. If you think this is a good idea I'll continue to implement a
chainer.training.extensions.Evaluator
, either as an option for theSemanticSegmentationEvaluator
or by changing its name that implies IOU is used and also adding a Dice version.