AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
805 stars 147 forks source link

debug中的:effcient_teacher_pseudo_label.jpg #102

Open guixuef opened 1 year ago

guixuef commented 1 year ago
image

这是检测小肠病变的,teacher的伪标签出现这种情况是不是SSOD下的nms_iou_thres设置的不合理?该怎样调整呢?

Shuixin-Li commented 1 year ago

在其他问题中曾经看到作者对于其他提问的回答:看起来是由于设置的半监督阈值问题导致伪标签太多,把student模型直接拉飞了,可以尝试将ignore_thres_high: 0.6 提高一些。 也许对你会有所启发

wangsun1996 commented 1 year ago

把nms_iou_thres降低试试,例如改成0.15