ying09 / TextFuseNet

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

To get a text prediction result. #58

Open da-head0 opened 3 years ago

da-head0 commented 3 years ago

I add a code in 'TextFuseNet/detectron2/utils/visualizer.py' file.

about line 201, added this code print("labels: ", labels)

so that we can get a text prediction as well.