@mShuaiZhao
2018-01-20T09:11:17.000000Z
字数 1222
阅读 736
PaperReading
TextDetection
2017.11
Decomposing text into segments and links.
Some Words
CNN model
Combining Segments with Links
First,the output segments and links are filtered by their confidence score.
Then,taking segments as nodes and links as edges,we construct a graph over them.
DFS(Depth First Search).
Finally, combine segments
Groundtruths of Sgements adn Links
Optimization