liukuikun
|
e1e26d3f74
|
[Enchance] add codespell ignore and use mdformat (#1022)
* update
* update contributing
* update ci
* fix md
* update pre-commit hook
* update mdformat
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
|
2022-06-09 14:58:44 +08:00 |
Jianquan Ye
|
061d353b2a
|
[Model] Add MASTER (#807)
* fix #794: add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* Fix linting
* after git rebase main
* after git rebase main
* fix conflict add MASTER
* fix conflict add MASTER
* after git rebase main
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* after git rebase main
* add GCAModule to plugins
* coexist master and master_old
* fix merge mmocr 0.5.0 conflict
* fix lint error
* update
* [fix] remove remains in __init__
* [update] update code in review
* update readme for master
* Add docstr to MasterDecoder, refined MasterDecoder, remove MASTERLoss
* Unify the output length of MasterDecoder in train and test mode; add test for it, remove MasterLoss
* update readme
* update
* update metafile,README,demo/README,config,ocr.py
* Update mmocr/utils/ocr.py
* update
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
Co-authored-by: Mountchicken <mountchicken@outlook.com>
|
2022-05-05 16:06:15 +08:00 |
Xinyu Wang
|
fbc138d2d3
|
[Feature] Add DBNet++ (#973)
* add dbnet++
* fix docstring
* fix some param names
* fix
* fix docstring
* add init
* add doc; remove configs
* add dbnet++ to readme
* fix readme
* update config
* update readme
* update readme
* update ocr.py
* update metafile.yml
* update readme
* update readme
* move to dbnetpp
* fix paths
* fix head level
* fix typo
* update demo.md
* Update configs/textdet/dbnetpp/README.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* fix typo
* fix link
|
2022-05-05 14:39:20 +08:00 |
garvan2021
|
c79a62487d
|
[Feature] Add Tesserocr Inference (#814)
* append tesserocr to requirements list, but may encounter build error at windows platform
* simply save
* 2022.3.4
* opencv-python==4.5.5 can cause cv2.error when print_result=True
* append MMOCR.tesseract_det_inference()
* argument check append
* fix lint error
* update commentary
* lint fix
* requirement remove opencv
* handle tessdata problem
* support tesseract recognition
* fix some bugs
* fix imshow bug
* support batch mode(fake)
* modify annotation
* refactor BaseRecognizer for show_result
* append pytest
* Mock tesseract
* Fix test
* remove \n from Tesseract
* normalize text score
* update docs
|
2022-03-28 22:50:53 +08:00 |
DEEPBLUE
|
186aecbf59
|
[Docs] Add demo/README_zh.md (#802)
* add README_zh.md
* translate
* rough translation
* refine demo/README_zh.md
* fixes #802
* fix #802
* add README_zh.md
* fixes #802
* Update README_zh.md
* fix white-space problem
* Update demo/README_zh.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update demo/README_zh.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* fix Readthedocs' keywords @gaotongxiao
* Fix minor errors, rename the file and process this file in the scripts for redthedocs
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
|
2022-03-02 09:51:37 +08:00 |