Commit Graph

693 Commits (5e22578a96d2e7dae091375e3385b073a6fece62)

Author SHA1 Message Date
n0099 8168beda51 改进文档`deploy/hubserving/readme.md`和`doc/doc_ch/models_list.md` (#9110)
* Update readme.md

* Update readme.md

* Update readme.md

* Update models_list.md

* trim trailling spaces @ `deploy/hubserving/readme_en.md`

* `s/shell/bash/` @ `deploy/hubserving/readme_en.md`

* Update `deploy/hubserving/readme_en.md` to sync with `deploy/hubserving/readme.md`

* Update deploy/hubserving/readme_en.md to sync with `deploy/hubserving/readme.md`

* Update deploy/hubserving/readme_en.md to sync with `deploy/hubserving/readme.md`

* Update `doc/doc_en/models_list_en.md` to sync with `doc/doc_ch/models_list_en.md`

* using Grammarly to weak `deploy/hubserving/readme_en.md`

* using Grammarly to tweak `doc/doc_en/models_list_en.md`

* `ocr_system` module will return with values of field `confidence`

* Update README_CN.md
2023-10-16 17:44:34 +08:00
Louis Maddox 64788f5d20 Update algorithm_overview_en.md (#9747)
Fix links to super-resolution algorithm docs
2023-10-16 16:02:53 +08:00
ChuongLoc 67836ef56a Update recognition_en.md (#10059)
ic15_dict.txt only have 36 digits
2023-10-16 15:55:41 +08:00
topduke 3786b27307
add cppd u14m train model and doc (#11052)
* add cppd u14m train model

* add cppd u14m train model and doc
2023-10-11 17:15:01 +08:00
Sagar J 79dabcc9c7
Update kie_datasets_en.md (#10735)
fix: typo error correction
2023-09-27 11:14:33 +08:00
topduke 8a52c99ad8
[New] add rec CPPD model (#10990)
* fix gris_sample data type bug when use fp16

* fix gris_sample data type bug when use fp16

* fix v4rec batchsize

* fix bug of hang when multi gpus training(sampler)

* add rec algorithm cppd

* delete cppd useless code

* update cppd bug

* add rec algorithm cppd

* update cppd trainedmodel url

* add cppd en doc
2023-09-25 15:43:45 +08:00
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
Sagar J ab86490138
Update algorithm_kie_vi_layoutxlm_en.md (#10736)
fix: typo error and created `2. Environment` header section which was missing before.
2023-09-05 15:42:09 +08:00
andyj 1c9e296def
[Doc] update doc (#10564)
* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix

* update check img

* fix det res dtype

* update args default type & test=document_fix

* fix numpy version

* support numpy1.24.0

* fix doc & test=document_fix

* update doc

* update doc, test=document_fix
2023-08-07 14:21:45 +08:00
UserUnknownFactor 4e0cd2481e
OCR preprocessing parameters documentation (#10447) 2023-07-21 16:23:03 +08:00
andyj 035cd69ae7
[doc] format code (#9201)
* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix

* update check img

* fix det res dtype

* update args default type & test=document_fix

* fix numpy version

* support numpy1.24.0

* fix doc & test=document_fix
2023-02-23 16:31:07 +08:00
huangjun12 7c81d482e9
add CT to algorithm overview (#8998)
* add ct to model zoo

* refine details
2023-02-10 11:08:40 +08:00
MissPenguin 3ded6010e2
Update algorithm_overview_en.md 2023-02-07 14:38:04 +08:00
Double_V 6cbd7d1ece
[doc] fix doc (#8935)
* support min_area_rect crop

* add check_install

* fix requirement.txt

* fix check_install

* add lanms-neo for drrg

* fix

* fix doc

* fix

* support set gpu_id when inference

* fix #8855

* fix #8855

* opt slim doc

* fix doc bug
2023-02-01 09:53:47 +08:00
topduke 955c46e0c5
add svtr FAQ and data_aug (#8864) 2023-01-19 22:14:28 +08:00
zhoujun b20e2dd53c
add Data annotation link (#8862)
* fixed opencv version

* update infernence

* add Data annotation link

* update opencv version
2023-01-16 19:44:44 +08:00
Dhruv Awasthi 2ee0a98c1e
Cherry-pick 3 commits from release/2.6 to dygraph (#8821)
* Fix typo and grammatical error (#8785)

* Fix broken link to install paddlepaddle (#8729)

The link provided for installing paddlepaddle doesn't work. Hence, this change updates the broken link to install paddlepaddle for CPU and GPU.

* Fix: broken link for whl package documentation. (#8719)

This proposed change fixes the broken link under the section `2.4 Parameter Description` in the last line that says:
Most of the parameters are consistent with the PaddleOCR whl package, see `whl package documentation`.
2023-01-11 20:37:50 +08:00
andyj c02199685c
[doc] update inference args default type (#8822)
* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix

* update check img

* fix det res dtype

* update args default type & test=document_fix
2023-01-11 15:18:18 +08:00
zhoujun 57e4b8829a
update inference doc (#8796)
* fixed opencv version

* update infernence
2023-01-06 17:22:41 +08:00
xiaoting 97ef80e333
update finetune doc (#8774)
* update finetune doc

* update finetune doc
2023-01-04 18:41:16 +08:00
andyj c44ae8f42b
[doc] Fix dead link (#8547)
* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix
2022-12-05 19:53:44 +08:00
andyj 72149498b0
add finetune en doc & test=document_fix (#8497) 2022-11-30 19:35:50 +08:00
Evezerest a2678a5215
Update README (#8445)
* Revert "Modify the output bug of PaddleOCR==2.6.1 update. (#8391)"

This reverts commit c0ea753f17.

* Fix PPOCRLabel bugs, release PPOCRLabel 2.1.2

Fix PPOCRLabel bugs due to the upgrade of paddleocr, release PPOCRLabel 2.1.2

* Fix PPOCRLabel bugs, release PPOCRLabel 2.1.3

Fix PPOCRLabel bugs due to the upgrade of paddleocr, release PPOCRLabel 2.1.3

* Update PPOCRLabel's requirements

Update PPOCRLabel's requirements

* Update PPOCRLabel README

Update PPOCRLabel README

* Update PPOCRLabel

Update PPOCRLabel

* Update README

Update README

* Update README

Update README

* Update README.md

Co-authored-by: d2623587501 <71634460+d2623587501@users.noreply.github.com>
2022-11-25 16:35:53 +08:00
Evezerest cf2e9eb76f
Update ocr_book_en.md 2022-11-18 10:56:15 +08:00
zhoujun 83f8a4d99f
update table recognition finetune doc (#8353)
* add can, stt to algorithm_overview_en.md

* update table recognition finetune
2022-11-17 16:53:31 +08:00
zhoujun 4725a5578f
add can, stt to algorithm_overview_en.md (#8317) 2022-11-15 18:48:02 +08:00
Double_V 58a5c0b35d
[check_install] (#8177)
* support min_area_rect crop

* add check_install

* fix requirement.txt

* fix check_install

* add lanms-neo for drrg

* fix

* fix doc
2022-11-15 14:25:39 +08:00
zhoujun 99b585ec35
Merge pull request #8122 from WenmuZhou/tipc5
add re export cmd in kie doc
2022-10-27 11:14:52 +08:00
WenmuZhou 38447673f9 add re export cmd in kie doc 2022-10-27 02:47:59 +00:00
zhoujun c305acb60c
Merge pull request #8087 from WenmuZhou/tipc5
[TIPC]fix telescope tipc error
2022-10-25 16:14:30 +08:00
WenmuZhou 6f24523036 update can docs 2022-10-25 07:01:33 +00:00
WenmuZhou 4241dd06e9 update PP-Structurev to PP-StructureV 2022-10-24 04:14:51 +00:00
WenmuZhou 14efc41050 update model link 2022-10-20 17:05:53 +08:00
Lizhi Chen 182c1db291
Merge branch 'dygraph' into dygraph 2022-10-20 10:14:55 +08:00
zhoujun 3907c72a08
Merge pull request #7940 from dorren002/new_branch
add handwritten mathematical expression recognition algorithm CAN
2022-10-19 19:28:59 +08:00
andyj 38290a2853
update visionlan (#7989) 2022-10-19 17:12:12 +08:00
andyj caf77ddb2f
Merge pull request #7957 from andyjpaddle/fix_vl_dict
fix visionlan default dict
2022-10-17 17:21:31 +08:00
andyjpaddle 9606bec16a fix visionlan default dict 2022-10-17 07:41:36 +00:00
chenlizhi 0cdfc52507 add sr model Text Telescope 2022-10-17 15:15:37 +08:00
dorren c57effb84f update can data loading method and tipc configs, revert precommit config 2022-10-17 15:04:42 +08:00
dorren 25e56a6f44 add handwritten mathematiccal expression recognition algorithm, co-writer Lllllolita and yeyanli 2022-10-15 20:45:43 +08:00
dorren f3f473d3f9 update CAN model 2022-10-15 20:27:05 +08:00
WenmuZhou 3dce1a68a1 update rfl model link 2022-10-13 06:23:53 +00:00
WenmuZhou 509b11ac9a test=document_fix ,update rfl model link 2022-10-13 05:54:04 +00:00
zhoujun ce72023ce1
Merge pull request #7832 from zhiminzhang0830/drrg_branch
add text detection algorithm DRRG
2022-10-13 13:19:13 +08:00
andyjpaddle 7cbb1f42bb fix wrong model name 2022-10-12 08:34:59 +00:00
littletomatodonkey cebf5092cb
add trt infer doc (#7870)
* add trt infer

* fix ch
2022-10-11 12:46:58 +08:00
andyj 0e52a280e2
Merge pull request #7863 from WenmuZhou/tipc_2
update table_recognition.md
2022-10-10 17:24:05 +08:00
WenmuZhou feb4224d2c update table_recognition.md 2022-10-10 08:32:30 +00:00
zhiminzhang0830 9449303a94 添加drrg模型链接 2022-10-10 16:04:39 +08:00