Xiaoyan

Results 12 comments of Xiaoyan

@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. ![image](https://user-images.githubusercontent.com/17979833/40223324-373efeb4-5ab5-11e8-917e-5842f05c19e9.png)

@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

@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?