def postprocess(self, label): return remove_holes(label,self.min_pix)
def postprocess(self, label): return remove_holes(label,100)