ying09 / TextFuseNet

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

Does the detection branch fuse global features? #109

Open AI-WangCG opened 1 year ago

AI-WangCG commented 1 year ago

Hi, could you answer this question?Thanks!

Write in your paper:"In the detection branch, based on the text proposals obtained from RPN, we extract global- and word-level features for text detection in different paths." at "3.3 Multi-path Fusion Architecture".

But, in your code, only mask branch fuses global features.

Does the detection branch fuse global features? Why?

Look forward to your reply!