textspotter
textspotter copied to clipboard
@tonghe90 train.pt中ignore_bbox是用来做什么的?
感觉在gt_bbox中把ignore_bbox去掉不就可以了吗?
ignorebox是用来忽略ignore example的,例如在icdar15 中有的instance是ignore的
如果去掉,则会被当做负样本
明白了,谢谢