Xiaoyan
Xiaoyan
CTPN works badly on oriented images. Does anyone make east to work on horizontal long text images?
@loulan-D Currently, I merge box following CTPN poly.
@loulan-D I have re-trained east by my own dataset. But still face the same problem. The long text images are bad. But EAST detect text angle is very accurate. For...
@loulan-D Maybe east works bad on long-text for this: https://github.com/argman/EAST/issues/94
@loulan-D If most of your images are horizontal boxes,maybe you should use CTPN. 
@loulan-D I use the default score threshold and nms threshold in this https://github.com/argman/EAST/blob/master/eval.py#L69. But I get a better result when set `max_side_len = 512` in https://github.com/argman/EAST/blob/master/eval.py#L39
Do you fix this?
I have met this problem. Anyone fix it ?
@YangZeyu95 I also met the problems that slower than before. Do you find the reason?
@chajbn I also met the same problem. When training my own Chinese scene text image, the final loss is about 1.5. And do you have any suggestion?