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
Mattheliu
f8ca01dc01
update ppocrv4 docs ( #13081 )
...
* update ppocrv4 docs
* update ppocrv4 docs
2024-06-20 10:12:22 +08:00
caption
4f73f31676
update fonttools 4.24.0 to 4.43.0 ( #13091 )
2024-06-20 10:04:32 +08:00
SWHL
867e7e346c
docs: Fixed the invalid Discord invite link ( #13135 )
2024-06-20 10:04:02 +08:00
Wang Xin
35a97014d1
Temporarily set numpy < 2.0 ( #13136 )
2024-06-20 09:55:46 +08:00
WangZ
62f5602cc8
fix pr11999 about slanet train error. ( #13073 )
2024-06-17 11:32:39 +08:00
myhloli
4f54aa61c6
add layout score return ( #13068 )
2024-06-14 13:06:34 +08:00
Xu Jiakang
335c5c247f
[doc] fixing broken links and updating paddle2onnx usage descriptions ( #12749 )
...
* [docs]:添加了对于Paddle2ONNX模型转化中选项--input_shape_dict的解释说明与解决方法
* Update readme_ch.md
[docs]:使用onnxsim修改input_shape可以兼容paddlepaddle现版本
* Update readme_ch.md
修改了不恰当的相关描述
* Rename inference_ch.md to inference.md
修改了中文版模型导出说明inference_ch.md命名为inference.md
* Update readme_ch.md
修改不恰当表述
* Update readme_ch.md
修改所有python3.7为python3
* update readme
---------
Co-authored-by: Wang Xin <xinwang614@gmail.com>
2024-06-09 22:56:32 +08:00
enximi
86a447de9f
fix wrong function name ( #12826 )
...
AttributeError: module 'ntpath' has no attribute 'is_dir'. Did you mean: 'isdir'?
2024-06-09 10:23:24 +08:00
enximi
98544f04fc
[Doc] fix wrong link ( #12824 )
...
Paddle2ONNX Model Conversion and Prediction It is now linked to an English file, corrected to a Chinese version.
2024-06-08 11:25:02 +08:00
SWHL
862b4d46ed
docs(README): Add Discord shields ( #12755 )
2024-06-06 13:56:41 +08:00