Commit Graph

243 Commits

Author SHA1 Message Date
bjjwwang 4020867c50 fix windows readme 2021-05-25 14:49:07 +08:00
bjjwwang 7a9d8fa5da fix windows readme 2021-05-25 14:48:58 +08:00
xiaoting 386707b459
Merge pull request #2846 from tink2123/multi_lang_doc_deploy
add Multi-languages  deploy doc
2021-05-25 11:56:09 +08:00
xiaoting 8eb1f2a320
Merge pull request #2889 from tink2123/pd_serving_2.1
update pdserving for 2.1
2021-05-24 20:56:24 +08:00
DannyIsFunny 5e071677db fix paddlelite cplus demo 2021-05-24 11:42:31 +00:00
tink2123 740bb263dd update pdserving for 2.1 2021-05-24 15:23:17 +08:00
tink2123 16bd255381 update pdserving for 2.1 2021-05-24 14:56:46 +08:00
LDOUBLEV 1018d7ef0a fix conflict 2021-05-24 14:51:47 +08:00
LDOUBLEV 6a3c583d83 fix doc and init model before qat 2021-05-24 14:49:37 +08:00
Double_V 323986a7ac
Merge pull request #2831 from WenmuZhou/lite_2.1
cherry-pick #2823
2021-05-21 14:07:28 +08:00
LDOUBLEV 4a838f36c7 fix doc 2021-05-21 10:55:24 +08:00
LDOUBLEV 1f7445fa0b fix doc of prune 2021-05-21 09:42:51 +08:00
LDOUBLEV dc039db77e fix typo 2021-05-21 09:37:55 +08:00
WenmuZhou 35cda25ead Add description of make command 2021-05-20 18:15:38 +08:00
tink2123 655025079a Merge branch 'release/2.1' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2021-05-20 16:19:58 +08:00
tink2123 327b3d6c93 update doc for mulit-lang deploy 2021-05-20 16:19:28 +08:00
WenmuZhou a98464153c fix rec slim model link 2021-05-19 11:00:58 +08:00
LDOUBLEV bbcef2256a delete unused params 2021-05-19 09:59:23 +08:00
Double_V cb91cf3cd1
Merge pull request #2812 from LDOUBLEV/fix_dyg
pretrain_weights to pretrained_model
2021-05-18 09:48:16 +08:00
LDOUBLEV 92671d7356 pretrain_weights to pretrained_model 2021-05-18 09:41:55 +08:00
MissPenguin f88897602f
Merge pull request #2426 from WenmuZhou/android_demo
add Android demo
2021-05-11 12:49:20 +08:00
MissPenguin 9c6ff0a737
Merge pull request #1877 from WenmuZhou/lite
add lite
2021-05-11 12:49:03 +08:00
WenmuZhou a0c93dbd5c remove faq 2021-05-11 11:23:34 +08:00
WenmuZhou 757d01601f add det_use_polygon_score 2021-05-11 11:16:07 +08:00
WenmuZhou 0f2d4027c3 remove lite demo img 2021-05-11 10:30:28 +08:00
WenmuZhou 91af57634c rename const var 2021-05-11 10:18:32 +08:00
WenmuZhou 152efaceb8 adapt to paddle-lite 2.9 2021-05-10 15:19:14 +08:00
WenmuZhou 7e1797feae remove faq 2021-05-10 14:26:24 +08:00
WenmuZhou e296a968f6 Merge remote-tracking branch 'origin/android_demo' into android_demo 2021-05-10 14:13:09 +08:00
WenmuZhou 8601b8e9f7 update readme 2021-05-10 14:12:41 +08:00
WenmuZhou 41588c67fd Adapt to paddle lite 2.9 2021-05-10 14:09:15 +08:00
WenmuZhou fda94aeec1 update lite ch doc 2021-05-10 13:31:20 +08:00
Daniel d63431a633 Update postprocess_op.cpp to adapt to vc++ (#2669)
* Update postprocess_op.cpp

Modify code to adapt to VC.

* Remove redundant comment.

Fixed a bug it cannot adapt to VC++.
2021-04-29 14:16:44 +00:00
Tingquan Gao aab10b4faf
Add polygon score param to config (#2646)
* Add polygon score param to config
2021-04-27 10:32:33 +08:00
MissPenguin 64a3580f1b
Modify the resize operation to be consistent with the python version (#2651) 2021-04-27 00:08:53 +08:00
littletomatodonkey ec069632cb fix cls hub 2021-04-26 04:56:14 +00:00
littletomatodonkey e779823b47 fix hub hub 2021-04-26 02:23:58 +00:00
LDOUBLEV 125a7dee74 fix hubserving 2021-04-25 14:18:29 +08:00
LDOUBLEV bfcc5f737e fix hubserving 2021-04-25 14:09:38 +08:00
littletomatodonkey 0022877555
fix hub post (#2613)
* fix hub serving for db post process

* update hub serving config method
2021-04-24 14:30:49 +08:00
buptlihang 132c071345 add PolygonScoreAcc to improve polygon detect 2021-04-23 08:23:12 +00:00
buptlihang 8560be24be add PolygonScoreAcc to improve polygon detect 2021-04-23 08:23:03 +00:00
WenmuZhou 9148cff6e7 add slim model 2021-04-17 19:04:36 +08:00
zhoujun a48dac50a3
Merge branch 'dygraph' into lite 2021-04-16 17:48:25 +08:00
MissPenguin 2f2d152c7a
Merge branch 'dygraph' into android_demo 2021-04-15 17:14:35 +08:00
LDOUBLEV 2ab133ed43 fix conflicts 2021-04-14 15:58:12 +08:00
littletomatodonkey 87ec85458a add cpp infer img demo 2021-04-14 03:26:25 +00:00
WenmuZhou 224ed7ca04 Merge branch 'android_demo' of https://github.com/WenmuZhou/PaddleOCR into android_demo 2021-04-14 10:23:05 +08:00
WenmuZhou b5ee0d03a8 add dict to download 2021-04-14 10:22:33 +08:00
WenmuZhou 0d14047e2c add dict to download 2021-04-14 10:19:39 +08:00