mmocr/demo
Omkar Manjrekar 68ec3f5519
Add kie image demo and docs. ()
* Add kie_image_demo.py

* Add kie demo docs

* Add brief instructions for kie image demo

* Add ann file field and return data for kie image demo

* Follow lint and import rules

* Fix bugs, reuse functions in KIEDataset, and use a new demo pic

* Add config-dir and fix indexing bug in ocr script

* [Feature] Improve ocr.py

1. Add box stitching back to ocr.py
2. Add config_dir which allows users to specify the default config path
3. Warn users when overriding parameters are set
4. Allow users to use customized checkpoint files

* Add docs for new ocr.py

* Add docs for merge

* Support kie in ocr.py

* Merged kie to ocr.py

* update docs, remove unsupported unvisual sdmgr

* Update mmocr/apis/inference.py

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>

* Apply suggestions from code review

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>

* fix linting

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-08-04 14:20:13 +08:00
..
resources Add kie image demo and docs. () 2021-08-04 14:20:13 +08:00
MMOCR_Tutorial.ipynb Update MMOCR_Tutorial.ipynb () 2021-06-29 17:00:47 +08:00
README.md Add kie image demo and docs. () 2021-08-04 14:20:13 +08:00
batch_image_demo.py [Fix] Correct isort setup () 2021-06-16 19:44:01 +08:00
demo_densetext_det.jpg simplify installation procedure () 2021-05-15 10:34:37 +08:00
demo_kie.jpeg Add kie image demo and docs. () 2021-08-04 14:20:13 +08:00
demo_text_det.jpg User friendly API v2 + Docs ! () 2021-07-25 00:22:27 +08:00
demo_text_ocr.jpg User friendly API v2 + Docs ! () 2021-07-25 00:22:27 +08:00
demo_text_recog.jpg [feature]: add textdet 2021-04-03 01:03:52 +08:00
image_demo.py [Fix] Correct isort setup () 2021-06-16 19:44:01 +08:00
ner_demo.py [Fix] Correct isort setup () 2021-06-16 19:44:01 +08:00
ocr_image_demo.py fix import in demo () 2021-06-21 03:04:26 +00:00
webcam_demo.py [Fix] Correct isort setup () 2021-06-16 19:44:01 +08:00

README.md

Demo

This page provides tutorials about running demos. Please click the link below for more information.

Please refer to Text Detection for the tutorial of Text Detection demo.




Please refer to Text Recognition for the tutorial of Text Recognition demo.




Please refer to End2End Demo for the tutorial of Text Detection and Recognition end-to-end demo.




Please refer to KIE End2End Demo for the tutorial of KIE end-to-end demo.