mxin262 / Bridging-Text-Spotting

(CVPR 2024) Bridging the Gap Between End-to-End and Two-Step Text Spotting.
https://arxiv.org/pdf/2404.04624.pdf
Other
45 stars 0 forks source link

Can't see results of text ocr #4

Closed JY-CCK closed 5 months ago

JY-CCK commented 5 months ago

Hello. First of all, thanks for sharing nice works :>

I want to get a result of detection + recognition (text spotting). But, it only show detection results without any text label.

I followed the rule that you mentioned like below python demo/demo.py --config-file configs/Bridge/ICDAR15/R_50_poly.yaml --input input.png --output output.jpg --opts MODEL.WEIGHTS ./pretrained_models/Bridge_ic15.pth

output

Any reasons?

Thanks.

mxin262 commented 5 months ago

I have updated the visualizer.