open-mmlab / mmocr

OpenMMLab Text Detection, Recognition and Understanding Toolbox
https://mmocr.readthedocs.io/en/dev-1.x/
Apache License 2.0
4.3k stars 745 forks source link

Combine Detector and Recognizer Classes into a unified Class #2025

Open 12sf12 opened 7 months ago

12sf12 commented 7 months ago

Merging Detection and Recognition Classes into a unified class?

I wonder if the MMOCR developers have thought about combining the detection and recognition classes into one unified class. If they have, it might be more efficient to call the recognizer to identify text immediately upon the detector detecting a text region within an image. Currently, the recognizer waits until the detector accumulates all text regions, resulting in a distinct workflow.

Any other context?

No response