open-mmlab / mmocr

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

[Docs] How to run ABCNet on a custom text image? I just found mim test mmocr xxxxxxx --work-dir #1698

Open QRICKDD opened 1 year ago

QRICKDD commented 1 year ago

Branch

master branch https://mmocr.readthedocs.io/en/latest/

📚 The doc issue

The parameter "--work-dir" is not work. Is this document correct? "https://github.com/open-mmlab/mmocr/tree/1.x/projects/ABCNet"

Suggest a potential alternative/fix

No response

Harold-lkk commented 1 year ago

Temporary inferring a custom image is not supported, because we are refactoring inference API. It will be implemented as soon as possible after https://github.com/open-mmlab/mmocr/pull/1608 "--work-dir" is used for saving logs and results, if you want to save image results, please use --save-dir

ShinyJJwei commented 1 year ago

The same question. I want to know whether the ABCNet inference API is OK now? I use python tools/infer.py demo/demo_text_ocr.jpg --det DBNet --rec SAR for end-to-end word spotting, but the result is not good. Waiting for your anwser, many thanks!

QRICKDD commented 1 year ago

I have not studied the previous question. Because I haven't solved it yet.Here you recommend another end-to-end network pan++net.It works well. For details, you can check the paper, which provides the running method.

---Original--- From: @.> Date: Fri, May 5, 2023 21:31 PM To: @.>; Cc: @.**@.>; Subject: Re: [open-mmlab/mmocr] [Docs] How to run ABCNet on a custom textimage? I just found mim test mmocr xxxxxxx --work-dir (Issue #1698)

The same question. I want to know whether the ABCNet inference API is OK now? I use python tools/infer.py demo/demo_text_ocr.jpg --det DBNet --rec SAR for end-to-end word spotting, but the result is not good. Waiting for your anwser, many thanks!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>