Commit Graph

578 Commits (f58d8d0372de2cfff33a0417845254df00444d69)

Author SHA1 Message Date
zhoujun ae4167dc32
merge init_model and load_dygraph_params to load_model (#4623)
* merge init_model and load_dygraph_params to load_model
2021-11-12 11:06:36 +08:00
zhoujun 96c8c004b5
add desc of version params (#3929)
* add desc of version params
2021-11-10 20:20:45 +08:00
zhoujun b6a21419d6
fix gap between table structure train model and inference model (#4565)
* add indent in pipeline_rpc_client.py

* fix gap in table structure train model and inference model
2021-11-10 20:18:48 +08:00
Double_V 790b5b0b22
Merge pull request #4555 from WenmuZhou/copyright
add refer for db loss and tps
2021-11-05 09:45:07 +08:00
tink2123 2ce4d9f8b5 fix attn score 2021-11-04 15:58:00 +00:00
WenmuZhou 37f8253134 add refer for db loss and tps 2021-11-04 21:21:24 +08:00
MissPenguin 5aa14c5f11
Merge pull request #4551 from WenmuZhou/copyright
add refer for some code
2021-11-04 19:41:06 +08:00
MissPenguin ff12628cb2
Merge pull request #4552 from littletomatodonkey/dyg/add_refer
add reference
2021-11-04 19:40:52 +08:00
MissPenguin 91ed0cd0bd
Merge pull request #4546 from tink2123/add_refer
Add refer for seed
2021-11-04 19:40:23 +08:00
MissPenguin 357dcc1498
Merge pull request #4545 from LDOUBLEV/test_v10
add refer to east and sast preprocess
2021-11-04 19:39:58 +08:00
MissPenguin aade74b03e
Merge pull request #4547 from andyjpaddle/add_ref_for_sar
add refer to backbone and head of sar
2021-11-04 19:39:23 +08:00
MissPenguin 19a359a435
Merge pull request #4548 from MissPenguin/dygraph
add reference for locality_aware_nms
2021-11-04 19:38:58 +08:00
WenmuZhou b323ad44b7 add copyright 2021-11-04 19:11:28 +08:00
littletomatodonkey 9670e5bbe4 add reference 2021-11-04 19:06:54 +08:00
WenmuZhou fe92c51c42 add refer for some code 2021-11-04 18:23:23 +08:00
MissPenguin 019cc0547d add reference for locality_aware_nms 2021-11-04 09:54:32 +00:00
andyjpaddle 959bde3c66 add refer to backbone and head of sar 2021-11-04 09:50:41 +00:00
tink2123 1679ef13d3 add refer for seed 2021-11-04 17:50:19 +08:00
LDOUBLEV 51e8aed621 refer 2 referec 2021-11-04 17:40:04 +08:00
LDOUBLEV ec7a7f00de add refer to db 2021-11-04 17:34:56 +08:00
LDOUBLEV 0c8acf9099 add refer to east and sast preprocess 2021-11-04 16:15:12 +08:00
MissPenguin bc8bf56596
Merge pull request #4501 from WenmuZhou/fx_pse
pse post-processing is only compiled when needed
2021-11-02 19:40:30 +08:00
WenmuZhou 39ac3b5ab4 pse post-processing is only compiled when needed 2021-11-02 16:10:43 +08:00
andyjpaddle 92c9eaf314 fix sar train on cpu 2021-10-29 08:28:59 +00:00
topduke 81f0a83e11
Update rec_nrtr_loss.py 2021-10-27 22:28:58 +08:00
topduke da02c71d5a
Merge branch 'PaddlePaddle:dygraph' into dygraph 2021-10-27 15:53:58 +08:00
topduke b995249965
modify int64 to int32 for windows train 2021-10-27 15:53:46 +08:00
WenmuZhou 85352c93c1 add windows support of pse 2021-10-25 11:09:00 +08:00
xiaoting 37331199dd
Merge pull request #4301 from tink2123/rm_rec_char_type
rm rec_char_type
2021-10-19 16:06:44 +08:00
Bin Lu d2d1483caf
adjust some code format and wrongly spelling (#4319)
* Update ace_loss.py

* Update center_loss.py

* Update enhanced_ctc_loss.md
2021-10-15 21:57:48 +08:00
tink2123 6eaf11f1d6 fix lower 2021-10-15 03:53:17 +00:00
MissPenguin a99065fe6a
Merge pull request #4305 from littletomatodonkey/dyg/rm_usused_import
rm unused import
2021-10-14 19:51:18 +08:00
xiaoting 37eec4d588
Merge pull request #4322 from andyjpaddle/add_sar_dict
add sar dict
2021-10-14 11:42:11 +08:00
andyjpaddle e760df4b1e add sar dict 2021-10-13 11:40:38 +00:00
LDOUBLEV e28521e301 fix bug 2021-10-13 16:26:26 +08:00
littletomatodonkey b4161616f3
Update rec_mv1_enhance.py 2021-10-13 14:05:22 +08:00
littletomatodonkey ecb49e8df3 rm unused import 2021-10-12 16:20:37 +08:00
tink2123 9b8594968d update doc for rec_char_type 2021-10-12 14:47:39 +08:00
tink2123 380dc6c27d rm rec_char_type 2021-10-12 14:29:00 +08:00
Bin Lu 38282ab854
update enhanced ctc loss (#4256)
* fix Focal-ctc bug
* add enhanced_ctc_loss.md
2021-10-12 13:41:47 +08:00
LDOUBLEV 66029dd8c6 fix kie infer and eval bug 2021-10-11 02:35:26 +00:00
LDOUBLEV d9c281280a fix multi-inputs 2021-10-09 18:03:52 +08:00
LDOUBLEV 83303bc73e fix conflicts 2021-10-09 17:53:22 +08:00
Double_V af0bac580f
Merge pull request #4204 from LDOUBLEV/fix_eval
[benchmark] add DB training benchmark
2021-10-09 16:06:24 +08:00
LDOUBLEV 0a276ad4a8 debug 2021-10-09 15:50:52 +08:00
LDOUBLEV de88d73dca add kie 2021-10-09 15:40:25 +08:00
tink2123 d5e6df05ca fix seed typo 2021-09-29 02:51:28 +00:00
tink2123 93118497f4 fix typo 2021-09-29 02:48:11 +00:00
MissPenguin 2e67b9ae8e
Merge pull request #4196 from WenmuZhou/fx_pse
add pse to windows_not_support_list
2021-09-29 10:43:47 +08:00
littletomatodonkey 27b6346c95
add center loss cod and cfg (#4165)
* add center loss cod and cfg

* fix name
2021-09-29 10:30:09 +08:00
littletomatodonkey 5613e21d86
fix map name (#4191) 2021-09-28 18:27:44 +08:00
WenmuZhou ca24d38622 remove logger import 2021-09-28 17:14:49 +08:00
tink2123 e885b57ea5 add doc for seed 2021-09-28 15:05:02 +08:00
tink2123 a14f8da961 polish seed code 2021-09-28 11:51:01 +08:00
LDOUBLEV f906f84981 opt benchmark 2021-09-28 02:28:25 +00:00
WenmuZhou b6a9f5d2da add pse to windows_not_support_list 2021-09-27 19:43:36 +08:00
tink2123 1effa5f3fe rm anno 2021-09-27 15:21:27 +08:00
tink2123 3c906d41b9 merge dygraph 2021-09-27 15:06:06 +08:00
tink2123 8308f33274 fix conflicts 2021-09-27 14:58:10 +08:00
xiaoting 1a5ee5a25e
Merge pull request #4130 from andyjpaddle/add_rec_sar
fix slice in sar head
2021-09-22 14:08:57 +08:00
andyjpaddle 902fffcc7e fix slice in sar head 2021-09-22 02:46:02 +00:00
zhoujun 14fce808ff
Merge pull request #3376 from WenmuZhou/fx_pse
add pse
2021-09-15 17:08:43 +08:00
WenmuZhou ac98415b48 merge dygraph 2021-09-14 14:51:04 +08:00
Topdu f688909b8e fix nrtr export inference model 2021-09-13 13:10:10 +00:00
littletomatodonkey cc24646a87
fix rec distillation (#3995)
* fix rec distillation

* add dist cfg

* fix cfg
2021-09-09 23:51:48 +08:00
xiaoting 9a44e279fe
Merge pull request #3798 from andyjpaddle/add_rec_sar
Add rec_sar
2021-09-09 10:48:33 +08:00
andyjpaddle 38fb2ba3c9 update rec postprocess 2021-09-07 11:31:23 +00:00
andyjpaddle b68c895827 fix code style 2021-09-07 07:39:24 +00:00
andyjpaddle d611515803 fix code style 2021-09-07 06:13:56 +00:00
andyjpaddle ae09ef607f fix code style 2021-09-07 06:09:59 +00:00
andyjpaddle 8123688a09 update rec_sar_head 2021-09-07 03:38:34 +00:00
andyjpaddle df4a2f6a7e update rec_sar_head 2021-09-07 03:33:02 +00:00
andyjpaddle 073fad37ba update sar postprocess 2021-09-02 07:38:08 +00:00
andyjpaddle dc3bce7691 update sar postprocess 2021-09-02 07:28:30 +00:00
andyjpaddle 37cd4ed333 delete dict90, update sar postprocess, update sar.yml 2021-09-02 07:18:13 +00:00
WenmuZhou e10a178010 add , in init 2021-09-01 17:04:18 +08:00
WenmuZhou 3374ad7620 del Annotation code 2021-09-01 12:43:34 +08:00
WenmuZhou f8f7153526 use eps instald of 0.001 2021-09-01 12:43:11 +08:00
WenmuZhou a4b0241a90 use paddlepaddle license 2021-09-01 12:41:37 +08:00
LDOUBLEV 88f2527245 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into lock_seed 2021-08-31 12:52:25 +00:00
andyjpaddle ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
LDOUBLEV e7d981b674 add resize class and lock seed 2021-08-31 11:43:00 +00:00
WenmuZhou 835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
tink2123 1b2ca6e641 polish code 2021-08-30 06:37:26 +00:00
tink2123 c9e1077daa polish code 2021-08-30 06:32:54 +00:00
xiaoting 5c664bf4f5
Merge pull request #3721 from Topdu/dygraph
add rec_nrtr
2021-08-26 15:30:52 +08:00
littletomatodonkey d77db841b0
fix whl exit bug (#3806)
* fix whl exit bug

* fix recognition doc
2021-08-26 07:02:42 +08:00
Topdu 2bf8ad9b7d modify transformeroptim, resize 2021-08-24 07:46:43 +00:00
andyjpaddle 8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
andyjpaddle ffa94415c3 add_rec_sar, test=dygraph 2021-08-24 03:45:59 +00:00
topduke 88f7c59e8f
Update __init__.py 2021-08-23 11:42:58 +08:00
topduke c8094e6575
Update rec_nrtr_optim_head.py 2021-08-19 19:08:23 +08:00
topduke c635925895
Update rec_metric.py 2021-08-19 17:34:38 +08:00
Topdu 55b76dcaa5 delete blank lines and modify forward_train 2021-08-19 09:31:02 +00:00
topduke a11e219970
delete blank line 2021-08-18 19:54:57 +08:00
topduke adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
topduke 8227ad1b50
Delete multiheadAttention.py 2021-08-17 21:53:25 +08:00
topduke 18349d177d
Update multiheadAttention.py 2021-08-17 21:53:10 +08:00
topduke 45313ff37a
Update multiheadAttention.py 2021-08-17 21:50:41 +08:00
Topdu 2e76e46b3c update nrtr metric 2021-08-17 13:44:44 +00:00