yu-changqian / ContextPrior

Implementation for "Context Prior for Scene Segmentation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle specificity when all pixels are same label

steven5401 opened this issue · comments

In my dataset, all pixels in some images are belongs to same label. This situation makes denominator in specificity become zero. Should I add eps in denominator, or set specificity to zero?