Commit Graph

6255 Commits (5f0b90a110895c149967792874d839247ec40df7)
 

Author SHA1 Message Date
liuhongen1234567 5f0b90a110
Fix some issues with LaTeXOCR in paddleX (#13646)
* repair_some_Bug_for_paddlex

* style2

* style2

* add_epilson_for groupnorm
2024-08-14 11:30:25 +08:00
Wang Xin 6dc021115c
disable automatic checks for new version albumentations (#13583) 2024-08-07 07:00:05 +08:00
changdazhou 20de659502
fix download bug when use multi gpus (#13610) 2024-08-06 21:15:52 +08:00
SWHL d7ea48ea92
docs: Add android_demo docs (#13601)
* docs: Shorten the image path

* docs: Remove duplicate images

* docs: Fix docs errors

* docs: Add android_demo docs
2024-08-06 10:21:57 +08:00
Wang Xin 09b7f6cf8b
ci: Skip text files when running test ci on push (#13582) 2024-08-05 21:26:55 +08:00
SWHL d590a8d39a
docs: Fix docs errors (#13588)
* docs: Shorten the image path

* docs: Remove duplicate images

* docs: Fix docs errors
2024-08-04 18:02:01 +08:00
SWHL 74529b2a29
docs: Shorten the image path and remove dupliate images (#13585)
* docs: Shorten the image path

* docs: Remove duplicate images
2024-08-03 23:44:19 +08:00
Wang Xin 9a90c8ff33
update dive into OCR book link (#13581) 2024-08-02 19:42:56 +08:00
Wang Xin 28c7be63ec
improve the reading experience of some documents (#13562) 2024-08-02 19:41:36 +08:00
changdazhou b6211b936b
support benchmark for paddlepaddle3.0 (#13574) 2024-08-02 19:24:40 +08:00
Gmgge d69bf81907
docs: Update the pdf file path in the operation demonstration (#13575) 2024-08-02 17:09:02 +08:00
changdazhou 9c19e6dffe
fix bug for paddlepaddle3.0 (#13568) 2024-08-01 22:50:44 +08:00
Wang Xin 6c9bae667b
skip text files when running test ci (#13561)
* skip text files when running test ci

* fix bug
2024-08-01 11:45:32 +08:00
SWHL 5de9392333
chore(Issue_template): Add validation of Environment and MPE code (#13559) 2024-08-01 09:37:02 +08:00
Wang Xin d3ed42241a
add latexocr docs and fix some typos (#13532) 2024-07-31 21:59:51 +08:00
laolitou cab3fcbcdf
fix: 'numpy' has no attribute 'astype' (#13554) 2024-07-31 12:36:31 +08:00
SWHL 358560f03d
docs: Remove old applications docs (#13551)
* docs: Add overview of applications page

* docs: Remove applications docs
2024-07-31 10:58:36 +08:00
MonkeyBrothers c3e2bff244
fix a typo (#13544) 2024-07-30 14:39:40 +08:00
SWHL 0a2e6933e0
docs: Update README_en (#13545)
* docs: Update README

* docs: Update English README

* docs: Update README_en
2024-07-30 14:38:54 +08:00
SWHL 7862eb0224
docs: Update README (#13543)
* docs: Update README

* docs: Update English README
2024-07-30 13:09:43 +08:00
zhangyubo0722 6c12df47b2
merge release/2.6.1 to main (#13523) 2024-07-29 19:09:42 +08:00
hiroi-sora 192300837f
Fix cpp_infer "--enable_mkldnn=false" not effective (#13539)
* Fix "--enable_mkldnn=false" not effective

When using the --enable_mkldnn command line option, MKLDNN should be enabled when set to true and disabled when set to false. But, using the PaddlePaddle v3.0.0-beta1 inference library, the --enable_mkldnn=false option did not work as expected, causing MKLDNN to remain enabled regardless of the setting.

This commit adds a call to `config.DisableMKLDNN()` in the else branch to explicitly disable MKLDNN when `--enable_mkldnn=false` is set.

* fix code style: clang-format
2024-07-29 17:01:40 +08:00
SWHL d1583d4e08
chore: Update bug report template (#13508) 2024-07-26 08:33:42 +08:00
SWHL fc61c869b5
chore: Update issue template (#13505)
* chore: Update the default bug report template

* chore: Update bug report template

* chore: Update bug report template
2024-07-25 23:06:40 +08:00
Wang Xin 5e7b6e7f63
Update mkdocs.yml (#13487) 2024-07-24 20:09:14 +08:00
SWHL 0529e2303e
docs: Add a new document site (#13375)
* docs: Add a new document site

* docs: Update comment setting

* chore(pre-commit): Remove rules of md and remove the size limits of 512kb

* chore(format): Run pre-commit in local

* ci(document): Change the default name of building document site.

* chore: Update .pre-commit-config.yaml
2024-07-24 20:00:15 +08:00
Wang Xin 428832f6ee
remove some of the less common dependencies (#13461)
* remove some of the less common dependencies

* remove dependencies
2024-07-24 19:29:58 +08:00
andyjiang 9231cbe039
[doc]add amp train notes for detection train (#13481)
* [doc]add amp train notes for detection train

* Update detection.md

* Update detection.md
2024-07-24 14:51:05 +08:00
liuhongen1234567 cf26f2330e
Latexocr paddle (#13401)
* commit_test

* modified:   configs/rec/rec_latex_ocr.yml
	deleted:    ppocr/modeling/backbones/rec_resnetv2.py

* ntuple_solve

* style

* style

* style

* style

* style

* style

* style

* style

* style

* delete comment

* cla_email
2024-07-22 11:50:23 +08:00
Wang Xin c556b9083e
fix layout recovery import error (#13434) 2024-07-20 21:19:09 +08:00
Manik Singh Sarmaal 5347be75f9
Update program.py (#13389)
refering to-https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/incubate/ModelAverage_en.html

it should be paddle.incunate.ModelAverage and paddle.incubate.optimizer.ModelAverage
2024-07-15 21:48:26 +08:00
jzhang533 603b3728ac
add missing docstring in paddleocr.py using copilot (#13344)
* add missing docstring in paddleocr.py using copilot

Signed-off-by: Zhang Jun <jzhang533@gmail.com>

* Update paddleocr.py

Co-authored-by: Wang Xin <xinwang614@gmail.com>

---------

Signed-off-by: Zhang Jun <jzhang533@gmail.com>
Co-authored-by: Wang Xin <xinwang614@gmail.com>
2024-07-13 10:32:55 +08:00
Taeef Najib 820c240593
add bn_dict.txt (#13373)
* add bn_dict.txt

* add new line at the end of file
2024-07-13 08:30:45 +08:00
topduke 6a8718b7d8
Fix the dictionary bug in tablerec inference (#13362)
* Fix
2024-07-12 16:01:49 +08:00
Tingquan Gao 15df4e9343
add paddlex link (#13316) 2024-07-11 22:37:24 +08:00
wuzewu 96bcc63ab2
Add hardware docs (#13329)
* Add hardware docs

* Update docs

* Update docs with precommit
2024-07-11 19:31:10 +08:00
myhloli 26283901a7
Solve ModuleNotFoundError: No module named 'tools.infer' (#13348)
* add layout score return

* fix(paddleocr): correct import path for predict_system
to fix ModuleNotFoundError: No module named 'tools.infer'

* fix(paddleocr): move from tools.infer import predict_system under "tools" define to slove ModuleNotFoundError: No module named 'tools.infer'
2024-07-11 19:28:16 +08:00
Wang Xin db0ad17cf6
fix slice op parameters not being passed correctly (#13319) 2024-07-09 17:13:41 +08:00
Wang Xin c95f6b2de7
optimize func: get_infer_gpuid (#13275)
* optimize func: get_infer_gpuid

* apply code review suggestion
2024-07-09 10:01:16 +08:00
Zedd c65a66c5fd
Update expired link in quickstart.md (#13253)
* Update expired link in quickstart.md

* remove broken links

---------

Co-authored-by: Wang Xin <xinwang614@gmail.com>
2024-07-08 21:41:52 +08:00
Tingquan Gao 70f27916fa
add PaddleX info to README (#13308) 2024-07-08 21:37:37 +08:00
Wang Xin 024da2a58c
unifying data types in the SLAHead (#13276) 2024-07-06 22:01:06 +08:00
Wang Xin 153de46b67
add url in pyproject, and update version number (#13274) 2024-07-06 21:20:59 +08:00
Wang Xin 446f1cffbd
fix bug when layout_predictor is None (#13279) 2024-07-06 19:14:08 +08:00
Wang Xin 43bd2ad642
fix: table recognition content is not escaped properly (#13277) 2024-07-06 17:29:59 +08:00
Wang Xin 7a3c580909
update readme: added PaddleOCR algorithm model challenge champion solutions (#13263) 2024-07-04 19:34:35 +08:00
topduke 661f41d484
Updated Recognition Competition Model Link (#13259)
* Updated Recognition Competition Model Link

* Updated Recognition Competition Model Link

* Updated Recognition Competition Model Link
2024-07-04 13:48:48 +08:00
Miaomiao Zhao 8f64b2ed4d
the model link for tabe rec compti (#13254) 2024-07-03 16:43:47 +08:00
Wang Xin 433677182f
fix opencv import error for numpy 2.0 (#13105)
* fix opencv import error for numpy 2.0

* update requirements.txt
2024-06-23 15:56:58 +08:00
CaiRan 6d5f998fe1
solve the onnxruntime inference issue (#13154) 2024-06-21 17:20:40 +08:00