MhLiao / MaskTextSpotter

A PyTorch implementation of Mask TextSpotter
https://github.com/MhLiao/MaskTextSpotter
412 stars 94 forks source link

只训练检测分支需要怎么做 #4

Closed WenmuZhou closed 4 years ago

MhLiao commented 4 years ago

我会在之后的版本里增加一个控制的flag。现阶段你可以直接设置MODEL.CHAR_MASK_ONSEQUENCE.SEQ_ON为False

WenmuZhou commented 4 years ago

ths

hhhoushiyu commented 4 years ago

我会在之后的版本里增加一个控制的flag。现阶段你可以直接设置MODEL.CHAR_MASK_ONSEQUENCE.SEQ_ON为False

我这样设置之后,报错AttributeError: 'SeqCharMaskRCNNC4Predictor' object has no attribute 'seq' 我该怎么做? 谢谢