chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 306 forks source link

Add dice score calculation for SemanticSegmentationEvaluator #934

Closed sergeant-wizard closed 4 years ago

sergeant-wizard commented 4 years ago

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 the SemanticSegmentationEvaluator or by changing its name that implies IOU is used and also adding a Dice version.