Kei_Cin

Results 7 comments of Kei_Cin

Hi @yu20103983 , that's great works! I'm really curious about your testing accuracy! Can you share with us about that??

I've gived up this repository.

> Thanks. I finally found my problem: the original configuration is designed for the vertical text poly (height > width) except for the ICDAR-2015 dataset. After I modified this line...

I've faced with the same issue in `seg_loss`, `ctc_loss` and `reg`: ![Screenshot from 2019-05-17 16-01-48](https://user-images.githubusercontent.com/45931733/57916530-32ec2680-78bd-11e9-9e3d-a4723d533f03.png) Follow your above advice, I've run with `-debug=1` and find some images, but this below...

Hi @yu20103983, Having some image lead to this issue. When debugging, I've found one sample that `width is 96` and `target + offset is 97 `, hence the issue `width...

Thanks @ltm920716