PaddleOCR/ppocr/modeling/backbones
ToddBear 75d16610f4
Add new recognition method "ParseQ" (#10836)
* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md (#10616)

* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md

* Update README.md

* Cherrypicking GH-10217 and GH-10216 to PaddlePaddle:Release/2.7 (#10655)

* Don't break overall processing on a bad image

* Add preprocessing common to OCR tasks
Add preprocessing to options

* Update requirements.txt (#10656)

added missing pyyaml library

* [TIPC]update xpu tipc script (#10658)

* fix-typo (#10642)

Co-authored-by: Dennis <dvorst@users.noreply.github.com>
Co-authored-by: shiyutang <34859558+shiyutang@users.noreply.github.com>

* 修改数据增强导致的DSR报错 (#10662) (#10681)

* 修改数据增强导致的DSR报错

* 错误修改回滚

* Update algorithm_overview_en.md (#10670)

Fixed simple spelling errors.

* Implement recoginition method ParseQ

* Document update for new recognition method ParseQ

* add prediction for parseq

* Update rec_vit_parseq.yml

* Update rec_r31_sar.yml

* Update rec_r31_sar.yml

* Update rec_r50_fpn_srn.yml

* Update rec_vit_parseq.py

* Update rec_vit_parseq.yml

* Update rec_parseq_head.py

* Update rec_img_aug.py

* Update rec_vit_parseq.yml

* Update __init__.py

* Update predict_rec.py

* Update paddleocr.py

* Update requirements.txt

* Update utility.py

* Update utility.py

---------

Co-authored-by: xiaoting <31891223+tink2123@users.noreply.github.com>
Co-authored-by: topduke <784990967@qq.com>
Co-authored-by: dyning <dyning.2003@163.com>
Co-authored-by: UserUnknownFactor <63057995+UserUnknownFactor@users.noreply.github.com>
Co-authored-by: itasli <ilyas.tasli@outlook.fr>
Co-authored-by: Kai Song <50285351+USTCKAY@users.noreply.github.com>
Co-authored-by: dvorst <87502756+dvorst@users.noreply.github.com>
Co-authored-by: Dennis <dvorst@users.noreply.github.com>
Co-authored-by: shiyutang <34859558+shiyutang@users.noreply.github.com>
Co-authored-by: Dec20B <1192152456@qq.com>
Co-authored-by: ncoffman <51147417+ncoffman@users.noreply.github.com>
2023-09-07 16:36:47 +08:00
..
__init__.py Add new recognition method "ParseQ" (#10836) 2023-09-07 16:36:47 +08:00
det_mobilenet_v3.py
det_pp_lcnet.py
det_resnet.py
det_resnet_vd.py
det_resnet_vd_sast.py
e2e_resnet_vd_pg.py
kie_unet_sdmgr.py
rec_densenet.py
rec_efficientb3_pren.py
rec_hgnet.py add PP-OCRv4 det code (#9766) 2023-04-21 18:10:26 +08:00
rec_lcnetv3.py update PPLCNetV3 name (#9802) 2023-04-23 16:13:01 +08:00
rec_micronet.py
rec_mobilenet_v3.py
rec_mv1_enhance.py V4Rec code pr (#9725) 2023-04-19 16:04:23 +08:00
rec_nrtr_mtb.py
rec_resnet_31.py
rec_resnet_32.py
rec_resnet_45.py
rec_resnet_aster.py
rec_resnet_fpn.py
rec_resnet_rfl.py
rec_resnet_vd.py
rec_shallow_cnn.py
rec_svtrnet.py V4Rec code pr (#9725) 2023-04-19 16:04:23 +08:00
rec_vit_parseq.py Add new recognition method "ParseQ" (#10836) 2023-09-07 16:36:47 +08:00
rec_vitstr.py
table_master_resnet.py
vqa_layoutlm.py Update VQA to use the updated LayoutLM syntax from PaddleNLP (#9791) 2023-08-18 11:51:54 +08:00