Commit Graph

4242 Commits (83c09d5306edba5d071617288e67a77fc5c0fa9b)
 

Author SHA1 Message Date
littletomatodonkey 83c09d5306
fix import order (#5628) 2022-03-04 16:13:54 +08:00
Double_V 0f278e4317
Merge pull request #5622 from LDOUBLEV/dygraph
[tipc]add model_name to save_log
2022-03-04 16:00:21 +08:00
LDOUBLEV 94b8fab904 add inference_benchmark 2022-03-04 11:55:02 +08:00
LDOUBLEV 9d0e0e20c4 add model_name 2022-03-04 11:23:41 +08:00
LDOUBLEV a2bd82f451 fix shape 2022-03-03 19:59:45 +08:00
LDOUBLEV 4ca4c7e8de add shape 2022-03-03 19:57:23 +08:00
LDOUBLEV 4287fd2193 add model_name to save_log 2022-03-03 19:50:52 +08:00
Evezerest c1cba28305
Merge pull request #5617 from Evezerest/dygraph
Update joinus.png
2022-03-03 14:54:07 +08:00
Leif abd4c3cbc0 Update joinus.png
Update joinus.png
2022-03-03 14:53:07 +08:00
littletomatodonkey 35d4dbc2d6
fix lost import (#5605) 2022-03-02 15:43:05 +08:00
zhoujun bdf28622f2
Merge pull request #5595 from WenmuZhou/dygraph
rm \n in FCEMetric
2022-03-02 14:48:22 +08:00
xiaoting 802f4c81f3
Merge pull request #5545 from neonhuang/paddle2onnx_2
update paddle2onnx readme
2022-03-02 14:16:20 +08:00
WenmuZhou 0865d0c474 rm \n in FCEMetric 2022-03-01 08:14:56 +00:00
zhoujun d5363df46f
Merge pull request #5368 from zhiminzhang0830/new_branch
Add FCENet
2022-03-01 15:12:22 +08:00
Evezerest 53958638a1
Merge pull request #5560 from PeterH0323/peterh_kie_dygraph
【PPOCRLabel】: 5 Optimizations 🛃  and 3 BUG Fixed 🐛
2022-03-01 13:34:35 +08:00
zhiminzhang0830 4b21494822 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into new_branch 2022-03-01 10:57:48 +08:00
OneYearIsEnough 6e607a0fa1
[Feature] Add PREN Scene Text Recognition Model(Accepted in CVPR2021) (#5563)
* [Feature] add PREN scene text recognition model

* [Patch] Optimize yml File

* [Patch] Save Label/Pred Preprocess Time Cost

* [BugFix] Modify Shape Conversion to Fit for Inference Model Exportion

* [Patch] ?

* [Patch] ?

* 啥情况...
2022-02-28 21:48:00 +08:00
zhoujun 3df64d502b
Merge pull request #5576 from WenmuZhou/android
[android demo] Fix error when run same image
2022-02-28 21:08:22 +08:00
Evezerest 816be4d769
Merge pull request #5582 from Evezerest/dygraph
Update joinus.png
2022-02-28 15:58:43 +08:00
Leif 9319273979 Update joinus.png
Update joinus.png
2022-02-28 15:56:23 +08:00
littletomatodonkey edd0601582
fix ratio list (#5581) 2022-02-28 14:36:06 +08:00
MissPenguin e6930d9d54
Update quickstart.md 2022-02-28 10:45:58 +08:00
MissPenguin 263b6f85fe
Update quickstart_en.md 2022-02-28 10:44:37 +08:00
WenmuZhou 056b7606f6 update docs 2022-02-28 10:18:34 +08:00
WenmuZhou 50ddf5f47a update android models 2022-02-28 09:50:34 +08:00
WenmuZhou 5adba56f2d update readme 2022-02-27 14:55:34 +08:00
WenmuZhou b5c34cd263 update version to 2.0 2022-02-27 14:55:09 +08:00
WenmuZhou dc4f1c2174 add ocr cpp pferx to logi 2022-02-27 13:33:15 +08:00
WenmuZhou aedddd8107 fix bug in qkht 2022-02-27 12:51:03 +08:00
zhiminzhang0830 917606b408 modify poly_intersection 2022-02-27 11:31:33 +08:00
WenmuZhou ddee6c6d56 move preprocess of det to cpp and add opencl 2022-02-26 23:03:27 +08:00
WenmuZhou 3cb7a6094c split det cls rec mode 2022-02-26 23:02:15 +08:00
WenmuZhou cbbd8f79df add new imgs 2022-02-26 23:00:50 +08:00
WenmuZhou 4831431fc6 rm load model btn 2022-02-26 22:59:46 +08:00
WenmuZhou 06c7c840f9 add new imgs 2022-02-26 22:57:06 +08:00
WenmuZhou 05da3344a9 add new imgs 2022-02-26 22:56:44 +08:00
WenmuZhou f0c3a4e4e7 reload model after model settings changes 2022-02-26 13:42:38 +08:00
WenmuZhou c004760aa6 rm mini 2022-02-26 12:31:27 +08:00
WenmuZhou e0d55d8183 rm armeabi-v7a 2022-02-26 12:31:09 +08:00
WenmuZhou aa6c2b846a add cpuThreadNum and cpuPowerMode to init 2022-02-26 12:30:31 +08:00
WenmuZhou e456e0b787 del mini 2022-02-26 12:29:30 +08:00
HinGwenWoong 74f44dd246 the height of key list set to a quarter of the windows height 2022-02-25 20:50:09 +08:00
HinGwenWoong 6bb6a83d41 Switch AutoRecognitionButton to the lowest place when using kie mode 2022-02-25 20:01:10 +08:00
HinGwenWoong 8a19bad0db Merge branch 'peterh_kie_dygraph' of github.com:PeterH0323/PaddleOCR into peterh_kie_dygraph 2022-02-25 19:54:35 +08:00
HinGwenWoong f9815b7f89 Fixed BUG: short cut for key change is not available, using [ctrl + x] to process it. 2022-02-25 19:51:49 +08:00
HinGwenWoong 16faafc833
Update README_ch.md 2022-02-25 11:22:46 +08:00
HinGwenWoong aba32feb18
Update README.md 2022-02-25 11:22:10 +08:00
HinGwenWoong 00030826ea Fixed BUG: in kie mode, when change key and enter a new key will crash the software 2022-02-24 22:26:58 +08:00
HinGwenWoong 48b15203d1 Fixed BUG: the image-slider won't change value when process fit window 2022-02-24 22:16:34 +08:00
HinGwenWoong 9f69e97569 Make shift point bigger when copy box(es) 2022-02-24 22:12:42 +08:00