Commit Graph

3933 Commits (953d1a75cdfb86a27c6da7c23c18969bd2d1174f)
 

Author SHA1 Message Date
LDOUBLEV 953d1a75cd add benchmark.txt 2022-01-17 18:37:35 +08:00
bupt906 f2d6f541a6
add micronet (#5251) 2022-01-17 00:05:09 +08:00
bupt906 107a316f85
add onecycle (#5252) 2022-01-16 23:53:39 +08:00
MissPenguin 8bae1e40bd
Merge pull request #5174 from WenmuZhou/fix_vqa
vqa code integrated into ppocr training system
2022-01-14 13:53:26 +08:00
WenmuZhou 1cbe4bf26c add todo 2022-01-14 04:41:03 +00:00
Double_V 9fa209e394
Merge pull request #5259 from LDOUBLEV/kie_doc
[tipc] add supplementary chain
2022-01-14 10:55:41 +08:00
LDOUBLEV 3837252525 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into kie_doc 2022-01-13 19:27:17 +08:00
LDOUBLEV 11f6ff38dc add supplementary 2022-01-13 19:26:08 +08:00
Evezerest 05ca1b4bf8
Merge pull request #5250 from Evezerest/dygraph
Update joinus.png
2022-01-13 14:27:46 +08:00
Leif 0a0f3c1769 Update joinus.png
Update joinus.png
2022-01-13 14:26:10 +08:00
littletomatodonkey 6c29167e5b
fix skimage order (#5244) 2022-01-13 10:04:06 +08:00
WenmuZhou 23eb335ded add need_reset to dataset 2022-01-12 09:54:07 +00:00
WenmuZhou f671f133c0 move chunk to infer model 2022-01-12 02:29:46 +00:00
WenmuZhou c703a5891a fix re infer bug 2022-01-12 02:29:07 +00:00
littletomatodonkey 2ed52a0e67
fix data to support offline augment (#5232)
* fix data to support offline augment

* fix doc

* fix data
2022-01-11 18:40:04 +08:00
WenmuZhou 99de0353a6 rm blank 2022-01-11 04:12:07 +00:00
WenmuZhou 6e6cf2905e change save_res_path 2022-01-11 04:11:49 +00:00
zhoujun c910bf8d91
Merge pull request #5222 from WenmuZhou/update_whl_dygraph
rm model type check
2022-01-10 01:10:26 -06:00
WenmuZhou c0ce890f80 add hit 2022-01-10 05:12:25 +00:00
WenmuZhou abfcf84499 add hit 2022-01-10 05:11:18 +00:00
WenmuZhou 4590f91239 add hit 2022-01-10 05:10:48 +00:00
WenmuZhou e3d6aac93a rm model type check 2022-01-10 03:33:21 +00:00
Double_V 5a537bbcb8
Merge pull request #5212 from andyjpaddle/fix_kl
fix wrong path
2022-01-10 11:29:56 +08:00
WenmuZhou 9abf3fb0d2 fix merge config error 2022-01-10 02:30:26 +00:00
andyjpaddle a94bedb9c8 fix wrong path 2022-01-07 11:14:41 +00:00
WenmuZhou 443de01526 fux bug 2022-01-07 08:00:59 +00:00
WenmuZhou d6afe16579 add seed 2022-01-07 04:56:45 +00:00
WenmuZhou 524303c387 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fix_vqa 2022-01-07 04:55:28 +00:00
zhoujun 1538d93bd4
Merge pull request #5188 from WenmuZhou/update_whl_dygraph
cp 5186
2022-01-06 22:54:14 -06:00
Double_V ed8c2afa2d
Merge pull request #5191 from WZMIAOMIAO/dygraph
update knowledge_distillation to dygraph branch
2022-01-07 10:08:06 +08:00
WenmuZhou 434ab12276 merge infer and train 2022-01-07 01:29:53 +00:00
WuZhe e77b1f0f69
Merge branch 'dygraph' into dygraph 2022-01-06 22:59:01 +08:00
WZMIAOMIAO 1af19469db add content 2022-01-06 22:37:56 +08:00
WZMIAOMIAO 42fc271ae2 update content 2022-01-06 22:04:03 +08:00
WZMIAOMIAO c5f942197e update knowledge_distillation_en.md 2022-01-06 22:04:03 +08:00
WZMIAOMIAO 6d37b118a4 update content 2022-01-06 22:04:03 +08:00
WZMIAOMIAO e0a6ffd4d4 update content 2022-01-06 22:04:03 +08:00
WZMIAOMIAO 6c12c41e60 add knowledge_distillation_en.md 2022-01-06 22:04:02 +08:00
WenmuZhou 8375a874ad update 2022-01-06 12:32:16 +00:00
WenmuZhou 75b2f52c06 update 2022-01-06 12:29:20 +00:00
WenmuZhou fd2d44af19 update 2022-01-06 12:28:22 +00:00
andyjpaddle a031e33335
Merge pull request #5184 from andyjpaddle/fix_kl
[TIPC] add data dir for PPOCRv2_ocr_rec_kl
2022-01-06 19:21:40 +08:00
WenmuZhou 5b307b4b50 rm unused import 2022-01-06 10:59:24 +00:00
WenmuZhou 087022a120 update whl to 2.4 2022-01-06 10:55:46 +00:00
andyjpaddle ee165eabd4 add data dir for PPOCRv2_ocr_rec_kl 2022-01-06 09:49:27 +00:00
WenmuZhou 8ec42a5c8a move import seqeval to get_metric fun 2022-01-06 08:58:55 +00:00
Evezerest 91b02d35aa
Merge pull request #5180 from Evezerest/dygraph
Update joinus.png and PR process
2022-01-06 14:43:12 +08:00
Leif a8300ea4b1 Update joinus.png and PR process
Update joinus.png and PR process
2022-01-06 14:40:22 +08:00
WenmuZhou cd7b2ea923 add pretrained params to backbone 2022-01-06 03:35:30 +00:00
WenmuZhou 9ecfc34809 rm const decay 2022-01-05 14:49:04 +00:00