摘要: ##1. 概率图转binary(bool) def binarize(self, pred): return pred > self.thresh ##2. binary转int、float: img = img.astype(float) 阅读全文
posted @ 2020-10-26 10:00 shendawei 阅读(74) 评论(0) 推荐(0)