Commit Graph

2553 Commits

Author SHA1 Message Date
Double_V 56ab75b0ea
Merge pull request #3116 from LDOUBLEV/test_dyg_whl
delete benchmark utils
2021-06-17 10:56:14 +08:00
LDOUBLEV 7588fc082a delete benchmark utils 2021-06-17 02:24:00 +00:00
MissPenguin 7c8b2c8d19 add train code for table 2021-06-16 08:47:33 +00:00
WenmuZhou f36016813a add layout model 2021-06-16 16:05:37 +08:00
Double_V 0466fb0cc8
Merge pull request #3099 from LDOUBLEV/revert_mp
revert mp process, test=develop
2021-06-16 11:25:27 +08:00
LDOUBLEV 13f5ee1e93 revert mp process, test=develop 2021-06-16 10:04:27 +08:00
MissPenguin e93735a2ef
Merge pull request #3083 from WenmuZhou/table1
[DO NOT MERGE]Table
2021-06-15 17:39:05 +08:00
WenmuZhou b2260182e4 rename folder 2021-06-15 15:47:57 +08:00
WenmuZhou 2a1966a080 add en doc 2021-06-11 14:17:59 +08:00
WenmuZhou 5c4cdf6dcb update tableocr_pipeline.png 2021-06-10 17:31:55 +08:00
WenmuZhou 6e03b3de14 del unused params 2021-06-10 17:29:23 +08:00
WenmuZhou cf1385a7f2 add table ch readme 2021-06-10 17:17:46 +08:00
WenmuZhou 6b0b416df9 del unused params 2021-06-10 17:17:22 +08:00
WenmuZhou 5cce398ebb fix structure pipeline infer bug 2021-06-10 17:12:14 +08:00
WenmuZhou 330f08ffc7 fix table infer bug 2021-06-10 16:48:11 +08:00
WenmuZhou e836ab7f51 添加show_log参数说明 2021-06-10 16:03:43 +08:00
LDOUBLEV 868d3062ab support download sen.pickle 2021-06-10 15:53:02 +08:00
LDOUBLEV fcd080851b add paddleslim 2021-06-10 15:49:33 +08:00
WenmuZhou 7d47283128 support model link in model_dir params 2021-06-10 14:47:23 +08:00
LDOUBLEV bf9f93f764 Merge branch 'bm_dyg' of https://github.com/LDOUBLEV/PaddleOCR into bm_dyg 2021-06-10 14:30:42 +08:00
LDOUBLEV ab0b1ace8f add params min_subgraph_size 2021-06-10 14:29:56 +08:00
LDOUBLEV 96a53fb4be add params min_subgraph_size 2021-06-10 14:29:06 +08:00
WenmuZhou 037e17fc82 merge dygraph 2021-06-10 14:24:59 +08:00
LDOUBLEV c270500a56 delete launch 2021-06-10 14:19:52 +08:00
MissPenguin 6127aad993
Update readme.md 2021-06-09 20:19:43 +08:00
MissPenguin 1429d2449b
Update readme_en.md 2021-06-09 20:19:30 +08:00
Double_V 962a628d17
remove tmp variable 2021-06-09 19:30:52 +08:00
LDOUBLEV e0d1779fae add requirments 2021-06-09 11:27:36 +00:00
LDOUBLEV 616ad6a179 fix tps and fix trt 2021-06-09 19:15:57 +08:00
zhoujun 3302a0b1ad
Revert "add table eval and predict script" (#3062) 2021-06-09 19:06:44 +08:00
Double_V 85aeae712a
Merge pull request #3002 from littletomatodonkey/dyg/add_distillation
add distillation
2021-06-09 18:48:40 +08:00
LDOUBLEV 796898e0f8 adjust the min_subgraph_size for trt 2021-06-09 18:22:29 +08:00
LDOUBLEV 7ad663119a fix save_log_path as null 2021-06-09 18:20:36 +08:00
LDOUBLEV f3efa9be6b fix test.sh bug 2021-06-09 10:03:27 +00:00
LDOUBLEV b5aa9bdea1 delete env 2021-06-09 09:48:45 +00:00
LDOUBLEV a4fe159bc0 fix infer bug 2021-06-09 09:42:41 +00:00
LDOUBLEV 7c6309db7a Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into test 2021-06-09 08:31:38 +00:00
LDOUBLEV 58ca7639fc fix eval bug and inference path 2021-06-09 16:14:03 +08:00
littletomatodonkey 95d07675d4 fix kldiv input 2021-06-09 08:06:28 +00:00
LDOUBLEV ef0467884e rename save_log 2021-06-09 15:47:46 +08:00
LDOUBLEV 95ae3c19d2 rename save_log in func status_check 2021-06-09 15:38:54 +08:00
Double_V 7f102639b6
Merge branch 'dygraph' into warmup 2021-06-09 14:54:08 +08:00
LDOUBLEV 9372741adf return status to log_path/results.log 2021-06-09 14:48:56 +08:00
xiaoting d93a445d4c
Merge pull request #2926 from LDOUBLEV/bm_dyg
add python benchmark for ocr
2021-06-09 14:17:58 +08:00
LDOUBLEV 1de1f30a97 add warmup 2021-06-09 13:27:13 +08:00
LDOUBLEV 90454c767e rename params.txt 2021-06-09 13:14:00 +08:00
Double_V aa1d40b1d9
Merge branch 'dygraph' into bm_dyg 2021-06-09 13:09:07 +08:00
LDOUBLEV 3cdc9e5383 add pretrain to Global 2021-06-09 13:02:34 +08:00
LDOUBLEV 4b56069d84 fix bug 2021-06-09 12:53:22 +08:00
zhoujun 2c2918f27a
Merge pull request #3021 from WenmuZhou/table
add table eval and predict script
2021-06-08 23:41:30 -05:00