Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce release 2.7.1 branch to release 2.7 branch #11828

Conversation

jzhang533
Copy link
Collaborator

fix #11824

ToddBear and others added 30 commits August 10, 2023 15:12
* modification of return word box

* update_implements

* Update rec_postprocess.py

* Update utility.py
* 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

* fix pdf2word in whl, test=document_fix

* fix none res in recovery

* update version

* format code
* 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

* fix pdf2word in whl, test=document_fix

* fix none res in recovery

* update version

* format code

* rm invalid params
* fix memory leak (PaddlePaddle#10441)

* fix memory leak

* update: Using smart pointers instead of raw pointers

* update: Usinig intuitive initialization of duration (PaddlePaddle#10512)
* 修改数据增强导致的DSR报错

* 错误修改回滚
* Update ch_PP-OCRv3_rec.yml

* Update ch_PP-OCRv3_rec_distillation.yml

* Update en_PP-OCRv3_rec.yml

* Update arabic_PP-OCRv3_rec.yml

* Update chinese_cht_PP-OCRv3_rec.yml

* Update cyrillic_PP-OCRv3_rec.yml

* Update devanagari_PP-OCRv3_rec.yml

* Update japan_PP-OCRv3_rec.yml

* Update ka_PP-OCRv3_rec.yml

* Update korean_PP-OCRv3_rec.yml

* Update latin_PP-OCRv3_rec.yml

* Update ta_PP-OCRv3_rec.yml

* Update te_PP-OCRv3_rec.yml

* Update utility.py
…addle#9791)

* Update vqa_layoutlm.py 

Update vqa to use the updated LayoutLM syntax from PaddleNLP

* Update vqa_layoutlm.py
…es: (PaddlePaddle#10628)

* 实现功能:当--savefile为true时,在--output下以当前图片名称后接“.txt”为文件名保存ocr推理结果,解决了issues:
PaddlePaddle#10533

* 删除了乱码字符

* 1.删除了乱码字符

* 1.删除了乱码字符
…Paddle:dygraph (PaddlePaddle#10654)

* Don't break overall processing on a bad image

* Add preprocessing common to OCR tasks
Add preprocessing to options
…R:dygraph (PaddlePaddle#10710)

* fix undefined save_model_dir when using wandb (PaddlePaddle#10251)

* fix undefined save_model_dir when using wand

* Update program.py

* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file (PaddlePaddle#10181)

* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file

* refactor get_image_file_list function
* rec_r45_abinet.yml add max_length and image_shape

* image_shape to image_size
…image to the 3 channel BGR color image.),因此修改该读取参数,以解决后续通道不匹配问题。 (PaddlePaddle#10777)
fix: typo error and created `2. Environment` header section which was missing before.
* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md (PaddlePaddle#10616)

* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md

* Update PP-OCRv4_introduction.md

* Update README.md

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

* Don't break overall processing on a bad image

* Add preprocessing common to OCR tasks
Add preprocessing to options

* Update requirements.txt (PaddlePaddle#10656)

added missing pyyaml library

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

* fix-typo (PaddlePaddle#10642)

Co-authored-by: Dennis <[email protected]>
Co-authored-by: shiyutang <[email protected]>

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

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

* 错误修改回滚

* Update algorithm_overview_en.md (PaddlePaddle#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 <[email protected]>
Co-authored-by: topduke <[email protected]>
Co-authored-by: dyning <[email protected]>
Co-authored-by: UserUnknownFactor <[email protected]>
Co-authored-by: itasli <[email protected]>
Co-authored-by: Kai Song <[email protected]>
Co-authored-by: dvorst <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: shiyutang <[email protected]>
Co-authored-by: Dec20B <[email protected]>
Co-authored-by: ncoffman <[email protected]>
* When exporting the inference model for ABINet, adapt to the 'image_shape' of ABINetRecResizeImg.

* restore h
…e#10655,由于paddleocr中增加了对透明色的需求,由于在check_img中以及存在对单通道图像转三通道图像的处理,因此将该四通道图像处理成三通道的图像也放入该check_img,并统一三通道图像输出逻辑。 (PaddlePaddle#10847)

add:由于函数复杂度增高,增加注释。
* 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
* add svtr large model

* [WIP]add svtr large model
fix: typo error
ID card is mentioned instead of ID No.
* add cppd u14m train model

* add cppd u14m train model and doc
tink2123 and others added 25 commits March 28, 2024 13:16
* update paddlex of readme

* update
* Update custom.md

AceIssueSolver has not been deployed for the project, I'd like to suggest removing the misleading text in issue template.

* correct typo and grammar in .github/pull_request_template.md
* fix: Correct misuse of `try_import` from `paddle.utils` (PaddlePaddle#11820)

This commit addresses the incorrect usage of the `try_import` function from `paddle.utils` in both `ppocr/utils/utility.py` and `ppstructure/pdf2word/pdf2word.py`.

* bump version to 2.7.3

---------

Co-authored-by: NeterOster <[email protected]>
Copy link

paddle-bot bot commented Mar 28, 2024

Thanks for your contribution!

@jzhang533 jzhang533 requested a review from tink2123 March 28, 2024 05:42
@jzhang533 jzhang533 closed this Mar 28, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

新发布的2.7.2版本是否不包含2.7.1的升级内容