ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

Punctuation marks are not getting detected ?? #95

Closed santoshray02 closed 2 years ago

santoshray02 commented 2 years ago

Symbols like comma, dot, #, $ are not getting detected,

I am using pretrained model - icdar2015_model/model_ic15_r101.pth

ying09 commented 2 years ago

Yes, we ignored these punctuations.