544 Commits

Author SHA1 Message Date
LDOUBLEV
b5bb8687c3 add 2022-04-29 10:04:31 +08:00
Double_V
767cb9f00d
Merge branch 'dygraph' into dygraph 2022-04-29 10:01:11 +08:00
tink2123
fcd3b0f005 update recognition, add algorithm en doc 2022-04-29 01:06:19 +08:00
LDOUBLEV
aac628b7fb v2 to v3 2022-04-28 22:52:18 +08:00
LDOUBLEV
40624eef72 fix 2022-04-28 19:33:31 +08:00
LDOUBLEV
a09cad53cc update model_list.md 2022-04-28 19:31:44 +08:00
LDOUBLEV
ae7567e7c8 fix typo for jetson 2022-04-28 19:27:33 +08:00
littletomatodonkey
6a8a8f7a03
fix log (#6086) 2022-04-28 18:04:05 +08:00
Topdu
ac703e56f2 Merge branch 'dygraph' of https://github.com/Topdu/PaddleOCR into dygraph 2022-04-28 09:01:24 +00:00
Topdu
f83524bdc5 fix prune optimer 2022-04-28 09:00:41 +00:00
LDOUBLEV
cb7fabbe8e fix comments 2022-04-28 15:59:46 +08:00
LDOUBLEV
693e4db501 fix comment 2022-04-28 15:52:27 +08:00
LDOUBLEV
00be306224 add jeston 2022-04-28 15:12:29 +08:00
tink2123
566cf854b9 update c++ serving 2022-04-28 14:26:26 +08:00
tink2123
39ee81b9cd add rec introduction, update pdserving 2022-04-28 14:24:23 +08:00
MissPenguin
2b6c887a35
Merge pull request #6074 from MissPenguin/dygraph
update docs
2022-04-27 20:22:16 +08:00
MissPenguin
d417e22435 update docs 2022-04-27 10:59:49 +00:00
littletomatodonkey
4cddec7307
add rotnet code (#6065)
* add rotnet code

* add config

* fix infer for ssl

* rm unused code
2022-04-27 18:46:48 +08:00
Topdu
1c75ff630e delete yml file, fix quant and svtr 2022-04-26 12:59:48 +00:00
MissPenguin
6902d16075
Merge pull request #6059 from MissPenguin/dygraph
refine cpp infer doc
2022-04-26 14:58:57 +08:00
xiaoting
33c99d29fc
Merge pull request #5948 from tink2123/cherry-pick-serving
[cherry-pick] update readme and add bbox in result
2022-04-26 11:34:50 +08:00
MissPenguin
d90bd95ccd refine cpp infer doc 2022-04-25 12:50:14 +00:00
andyjpaddle
a9c0cab75d
Merge pull request #6042 from andyjpaddle/dygraph
update cpp infer for rec
2022-04-24 20:31:35 +08:00
WenmuZhou
57e18221c1 update win doc,test=document_fix 2022-04-24 04:48:04 +00:00
WenmuZhou
8d99bef1c9 update win doc 2022-04-24 03:30:29 +00:00
WenmuZhou
dddc632367 update win doc 2022-04-23 03:38:30 +00:00
WenmuZhou
8abef5a190 fix mkdir error 2022-04-22 13:31:57 +00:00
WenmuZhou
93f5f47344 rename PaddleOCR to PPOCR 2022-04-22 13:26:15 +00:00
andyjpaddle
36358fdf64 update cpp infer for rec 2022-04-22 09:08:01 +00:00
MissPenguin
486aa102d7 update 2022-04-21 05:24:31 +00:00
MissPenguin
0507331fb7
Merge branch 'dygraph' into dygraph 2022-04-19 15:23:42 +08:00
Double_V
39b831b9c1
Merge pull request #5983 from andyjpaddle/dygraph
[tipc] fix rare trt error
2022-04-18 20:34:42 +08:00
andyjpaddle
754a65bb45 fix rare trt error 2022-04-18 06:50:41 +00:00
zhoujun
7de0daed2d
Merge pull request #5930 from WenmuZhou/cpp_infer
rebuild cpp infer code
2022-04-13 15:03:46 +08:00
WenmuZhou
7cb5232425 fix 2022-04-12 11:44:07 +00:00
tink2123
8a0a3a54cc update result img 2022-04-12 03:28:15 +00:00
tink2123
1210dbf55f add err no 2022-04-12 03:28:08 +00:00
tink2123
bc7ea03235 update result 2022-04-12 03:26:11 +00:00
tink2123
94d71d7f78 update readme, return bbox 2022-04-12 03:26:08 +00:00
WenmuZhou
34587a3fbc rm post_processor_ 2022-04-11 08:19:05 +00:00
WenmuZhou
202fa42854 adatator tipc 2022-04-11 07:24:17 +00:00
LDOUBLEV
1c589d6a3a fix slim export model 2022-04-11 05:13:56 +00:00
WenmuZhou
41c6025462 Refactor the code to keep the logic consistent with the whl package 2022-04-10 13:28:27 +00:00
WenmuZhou
f889907c1c move args to args.h 2022-04-09 03:42:36 +00:00
WenmuZhou
15a22fa05a fix bug 2022-04-09 03:07:13 +00:00
WenmuZhou
02a892aa75 Keep the parameter names the same as python 2022-04-09 02:19:01 +00:00
WenmuZhou
cc5b6381fa change rec_batch_num from 30 to 6 in hubserving 2022-04-08 08:10:54 +00:00
WenmuZhou
a500320111 merge dygraph 2022-04-08 08:05:42 +00:00
WenmuZhou
3bf40c7628 rm rec_char_type 2022-04-08 08:00:13 +00:00
LDOUBLEV
c982be99d8 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2022-04-07 08:37:14 +00:00