5513 Commits

Author SHA1 Message Date
littletomatodonkey
31399eaf9f fix dep 2022-08-23 09:58:08 +00:00
zhoujun
1dbff73672
Merge pull request #7298 from WenmuZhou/tipc
Simpify train infer python
2022-08-23 16:29:58 +08:00
MissPenguin
d5304e860c
Merge pull request #7301 from MissPenguin/dygraph
update ppstructure readme en
2022-08-23 16:22:51 +08:00
MissPenguin
e5f8847f6a fix 2022-08-23 07:40:33 +00:00
MissPenguin
e49af4587e
Merge pull request #7294 from littletomatodonkey/dyg/add_ppstructurev2_report
add ppstructurev2 doc
2022-08-23 15:37:49 +08:00
WenmuZhou
b0a3ed585c rm paddlenlp install in tipc 2022-08-23 07:24:17 +00:00
MissPenguin
15ba772dd8 update ppstructure readme en 2022-08-23 07:24:14 +00:00
littletomatodonkey
f69408ee16 fix doc 2022-08-23 04:03:33 +00:00
WenmuZhou
683e776050 update cpu_threads to 6 2022-08-23 03:18:57 +00:00
littletomatodonkey
21c24d80ae fix doc 2022-08-23 03:11:22 +00:00
WenmuZhou
3bbb10fed4 Simpify train infer python 2022-08-23 02:53:41 +00:00
littletomatodonkey
7f34bd78a5 fix doc 2022-08-23 02:52:59 +00:00
MissPenguin
fe89056cdb
Merge pull request #7292 from MissPenguin/dygraph
update readme
2022-08-23 10:35:48 +08:00
littletomatodonkey
bd4eb1b84c add ref 2022-08-23 02:06:43 +00:00
littletomatodonkey
71bf9ccfed fix metric 2022-08-22 14:27:44 +00:00
littletomatodonkey
e7dec7b6bd add ppstructurev2 doc 2022-08-22 14:23:39 +00:00
MissPenguin
89bfd775c9 rm unuseful docs 2022-08-22 13:38:31 +00:00
MissPenguin
38db8b14a9 Merge branch 'dygraph' of https://github.com/MissPenguin/PaddleOCR into dygraph 2022-08-22 13:22:17 +00:00
MissPenguin
3db7155c69 update ppstructure readme 2022-08-22 13:15:19 +00:00
littletomatodonkey
4cccdac3a2
fix nlp dep (#7265)
* fix trt int8 inference

* fix nlp dep
2022-08-22 20:08:01 +08:00
WenmuZhou
2b1885f159 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into tipc 2022-08-22 11:33:51 +00:00
WenmuZhou
c4fd53070e update fp16 load 2022-08-22 11:33:00 +00:00
WenmuZhou
c3924a959b add amp eval 2022-08-22 11:32:37 +00:00
MissPenguin
d048fe8d77
Merge pull request #7279 from an1018/dyg/update_doc
update doc
2022-08-22 19:29:21 +08:00
zhoujun
8af214d833
Merge pull request #7290 from WenmuZhou/table_pr
add SLANet ch config
2022-08-22 18:25:07 +08:00
an1018
27215c6581 update doc 2022-08-22 18:07:14 +08:00
WenmuZhou
fa4902ba70 update table ch config 2022-08-22 09:57:55 +00:00
WenmuZhou
6a27f58992 add SLANet ch config 2022-08-22 09:39:18 +00:00
MissPenguin
d41d046fe5
Merge pull request #7284 from WenmuZhou/table_pr
update inference_en.md
2022-08-22 16:47:50 +08:00
an1018
36f174580f update doc 2022-08-22 16:41:42 +08:00
littletomatodonkey
aedeb28a56
fix re bug (#7288) 2022-08-22 16:31:54 +08:00
WenmuZhou
6eca179e96 update rec det model to fp32 2022-08-22 08:20:20 +00:00
WenmuZhou
f7b35bbbc4 do not print table result 2022-08-22 08:00:49 +00:00
WenmuZhou
396eae907c update SLANet ch model desc 2022-08-22 07:24:37 +00:00
WenmuZhou
cb6c4f8166 update en rec model desc 2022-08-22 07:11:30 +00:00
WenmuZhou
242f0adbcd update inference_en.md 2022-08-22 06:58:09 +00:00
an1018
357ab78ff6 update doc 2022-08-22 11:48:18 +08:00
贾晓
dff522251e
Merge pull request #7278 from WenmuZhou/table_pr
fix is_nlp_model not define error in save_model func
2022-08-22 11:07:50 +08:00
WenmuZhou
66f4ae0261 fix is_nlp_model not define error in save_model 2022-08-22 02:25:24 +00:00
WenmuZhou
8a80d4a34b Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-22 02:09:13 +00:00
littletomatodonkey
988f6cadac
fix kie doc (#7275)
* fix kie doc

* fix en
2022-08-22 09:52:23 +08:00
Evezerest
7e4e87dd6d
cherry pick PRs from community (#7273)
* Merge pull request #6824 from ChenNima/release/2.5-kie-save-res

[kie]add write_kie_result to kie infer tool

* Merge pull request #6677 from TonyJiangWJ/release/2.5

修复内存泄露问题

* Update native.cpp (#6650)

fix issue 6640

* Merge pull request #6625 from ynjang/ynjang

update sorted_boxes

* fix DeprecationWarning, (#6604)

DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead

* Merge pull request #6585 from maxbachmann/release/2.5

replace GPL licensed components

* Merge pull request #6575 from Eling486/release/2.5

update win doc

* Merge pull request #6477 from MikoyChinese/fix-copy-paste

Fix copy_paste no texts augment.

* Merge pull request #6361 from mohamadmansourX/patch-9

Update README_en.md

Co-authored-by: Double_V <liuvv0203@163.com>
Co-authored-by: shawn <1021362695@qq.com>
Co-authored-by: paopjian <672034519@qq.com>
2022-08-21 18:03:57 +08:00
zhoujun
dd063fc98b
update table metric (#7272)
* update model size

* update layout dict in whl

* update metric

* update metric
2022-08-21 10:56:07 +08:00
littletomatodonkey
8c7c45420f
polish kie doc and code (#7255)
* add fapiao kie

* fix readme

* fix fanli

* add readme

* add how to do kie en

* add algo kie

* add algo overview en

* rename vqa to kie

* fix read gif
2022-08-21 10:55:49 +08:00
WenmuZhou
40a3a1cfc2 update metric 2022-08-20 08:48:01 +00:00
WenmuZhou
6006842267 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-20 08:44:23 +00:00
WenmuZhou
f6ba46b396 update metric 2022-08-20 08:40:40 +00:00
zhoujun
aec5dbf8f7
update model size (#7269)
* update model size

* update layout dict in whl
2022-08-20 16:10:45 +08:00
WenmuZhou
1cc7ad34ca update layout dict in whl 2022-08-20 07:46:42 +00:00
WenmuZhou
5f0c84a81b Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-20 07:27:36 +00:00