Detectron.pytorch icon indicating copy to clipboard operation
Detectron.pytorch copied to clipboard

How is the segmentation evaluated in mask rcnn?

Open vsd550 opened this issue 6 years ago • 1 comments

Can anyone tell as to what metric is used for evaluating the Segmentation masks in Mask-RCNN and how is it implemented, because in the code, I can see that its using the same metric as the bounding box detection. How can the Dice Coefficient, used in this kaggle challenge be used here?

vsd550 avatar Jun 22 '18 09:06 vsd550

you can follow the cocoapi

softmicro929 avatar Oct 03 '18 03:10 softmicro929