ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

How to get the word result in the word-level instance instead of the possibility? #29

Closed YSUN-coder closed 3 years ago

YSUN-coder commented 3 years ago

Hi, how to get the word result in the word-level instance instead of the possibility? Furthermore, could you give me some advice if I need it perform better for the vertical- or even inverted-type text using new training dataset? Looking forward to your help. Thanks.

Real-YeJ commented 3 years ago

@YSUN-coder. our detection demo will save the contour(a list of polygon points) of word-level results to txt file.