MhLiao / MaskTextSpotterV3

The code of "Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting"
Other
622 stars 122 forks source link

parameters config? #37

Closed yuanjiXiang closed 1 year ago

yuanjiXiang commented 3 years ago

i have only one gpu, which parameters should i change in seg_rec_poly_fuse_feature.yaml ? i always meet the problem like this, what should i do ? File "/home/xiang/models/MaskTextSpotterV3/maskrcnn_benchmark/modeling/backbone/fpn.py", line 140, in forward last_inner = inner_lateral + inner_top_down RuntimeError: The size of tensor a (89) must match the size of tensor b (90) at non-singleton dimension 3

thanks!!!