hanish3464 / WORD-pytorch

Webtoon Object Recognition and Detection(WORD)
41 stars 8 forks source link

LinkRefiner #2

Closed ghost closed 4 years ago

ghost commented 4 years ago

@hanish3464 Did you consider integrating the LinkRefiner from the CRAFT paper? It is helpful for detecting long text-lines.

LinkRefiner

hanish3464 commented 4 years ago

Thanks @deepseek

But There is no needs for link refiner in my project.

Because I want to detect just characters on images. In my code, line detection(postprocess using opencv) already exists for sorting order of characters!

Thanks for interests about my project