Commit Graph

6222 Commits (6a8718b7d84d5843f0f814761f517c827d27740b)
 

Author SHA1 Message Date
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
xiaoting 1ca0c2231a
add promotion document (#12731) 2024-06-05 14:29:37 +08:00
SWHL bf1c33fc6c
docs(README): Add note about issue and Discussions on README (#12703)
* docs(README): Add note about issues and discussions

* chore(ISSUE_TEMPLATE): Remove the newfeature template
2024-06-05 11:36:44 +08:00
wencan 08bd1dd754
fix requirements.txt (#12605)
* fix requirements.txt

* Fix the code style in the requirements.txt file.

* remove requests from .github/workflows/tests.yaml because requests has already been added to requirements.txt.
2024-06-05 11:20:15 +08:00
Wang Xin b3954d38ba
fix wrong output when --det=False (#12589)
* fix wrong output when --det=False

* using pprint to format the output

* using pprint to format the output
2024-06-05 09:55:50 +08:00
Zhihao Liu 6954da712e
Update README.md (#12583)
* Update README.md

* Update README.md

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

---------

Co-authored-by: Wang Xin <xinwang614@gmail.com>
2024-06-03 10:18:16 +08:00
Wang Xin 9a0bbe44ab
update documentation about the installation (#12565)
* update documentation about the installation

* Apply suggestions from code review

Co-authored-by: jzhang533 <jzhang533@gmail.com>

---------

Co-authored-by: jzhang533 <jzhang533@gmail.com>
2024-05-31 16:25:10 +08:00
Wang Xin 56fc05e604
fix layout recovery error: list index out of range (#12541) 2024-05-31 11:23:02 +08:00
Wang Xin 49a388db0a
add test for cls_postprocess (#12534) 2024-05-31 11:22:13 +08:00
Alex Pasquali a764c560ba
Save recognition inference logs to file (#12542)
* Save recognition inference logs to file

* Formatted code with black
2024-05-31 09:36:34 +08:00
Zhihao Liu 3286d297e8
Update FAQ.md (#12528) 2024-05-30 10:16:10 +08:00
jzhang533 24f06d1a1b
update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00
Alex Pasquali 6e7a1b871d
Save detection inference logs to file (#12042)
* Save detection inference logs to file

* Minor fix on save_log_path

* Formatted with black

* If logger is None: get_logger()
2024-05-29 11:19:47 +08:00
Wang Xin 92c59844f7
Update pyproject.toml (#12520) 2024-05-28 11:11:51 +08:00
Wang Xin ea29b423d5
fix and enable flake8 E721 (#12258) 2024-05-27 11:12:05 +08:00
Wang Xin 739400f151
add `slice` op demo for quickstart (#12439) 2024-05-25 23:26:28 +08:00
张春乔 c3648211ea
fix the error of `np.int` (#12249)
* Update seg_detector_representer.py

* Update quad_metric.py

* Update quad_metric.py
2024-05-25 14:08:17 +08:00
SWHL 230da309e8
chore(issue_template): Optimize issue template and add Dissucussion entry (#12171)
* chore(issue_template): Optimize issue template and add Dissucussion entry
* chore(issue_template): Add newline of config.yaml
2024-05-25 10:54:50 +08:00
aspaul20 965f569e81
added sliding window for large image inference (#12152)
added sliding window for large image inference
2024-05-24 16:16:37 +08:00
dyning 28f7a969da
Update README.md 2024-05-24 13:26:54 +08:00
dyning ad40f3fe4c
Update README.md 2024-05-24 13:26:11 +08:00
dyning b3c49b984c
Update README.md 2024-05-24 13:25:40 +08:00
jzhang533 a2ad2124c7
commit fix by running pre-commit run -a (#12165) 2024-05-24 12:12:42 +08:00
张春乔 3a66efc7bf
【OCR Issue No.12】Modify the setuptools configuration from SETUP.py into PYPROJECT.toml (#12013)
Modify the setuptools configuration from SETUP.py into PYPROJECT.toml
2024-05-24 11:45:15 +08:00