78 Commits

Author SHA1 Message Date
andyjpaddle
3f65b360ef
Add rec algo VisionLAN (#6943)
* add vl

* add vl

* add vl

* add ref

* fix head out

* add visionlan doc

* fix vl infer

* update dict
2022-08-09 11:29:43 +08:00
smilelite
8fa4620cce fixed bug for predict_rec 2022-08-01 21:20:02 +08:00
smilelite
b164bb0165 fixed predict_rec 2022-07-27 22:49:04 +08:00
smilelite
46e3442e2e add spin 2022-07-10 11:47:25 +08:00
smilelite
c11ec3ce5b merge upstream 2022-07-10 10:21:18 +08:00
topduke
671415bbd8
[New Rec]add rec ViTSTR & ABINet algorithm. (#6414)
* add rec vitstr algorithm.

* fix cpu_thread and precision

* fix svtr tipc

* modify vitstr name

* modify vitstr config batchsize

* [New Rec] add vitstr and ABINet

* add rec_resnet45

* svtr ch large model

* [application] svtr ch model

* [application] svtr ch model

* [application] svtr ch model

* add abinet_rec_aug and trained model

* aug p infe

* fix ci export bug

* fix abinet ci bug
2022-06-28 15:06:53 +08:00
smilelite
bbca1e0d66 add pr 2022-06-12 13:53:29 +08:00
tink2123
671cb14af2 modified default shape 2022-05-10 02:51:00 +00:00
tink2123
16752dd7a2 modified default shape 2022-05-10 02:50:51 +00:00
Topdu
68fb057dc6 add_rec_svtr 2022-04-26 10:30:26 +00:00
andyjpaddle
f6532a0e51
add ppocrv3 rec (#6033)
* add ppocrv3 rec
2022-04-26 16:19:31 +08:00
andyjpaddle
d50addb819 fix rare trt shape error 2022-04-12 13:03:51 +00:00
littletomatodonkey
83c09d5306
fix import order (#5628) 2022-03-04 16:13:54 +08:00
huangshenghui
aff9f107e7 update paddle2onnx readme and fix a bug for onnx 2021-12-28 17:11:35 +08:00
tink2123
96cd6da1c9 set autolog warmup=0 2021-11-24 04:03:24 +00:00
MissPenguin
0b37c11878
Merge pull request #4474 from tink2123/paddle2onnx
add paddle2onnx for test_tipc
2021-11-08 20:26:15 +08:00
tink2123
3f5ffc3235 add paddle2onnx doc 2021-11-08 16:40:53 +08:00
MissPenguin
86e4981703 add batch infer for cpp rec 2021-11-03 07:20:22 +00:00
tink2123
380dc6c27d rm rec_char_type 2021-10-12 14:29:00 +08:00
Topdu
b40ffdd45c fix sar export inference model 2021-09-29 01:50:24 +00:00
Topdu
469e76cc28 comment review 2021-09-14 05:06:53 +00:00
Topdu
f688909b8e fix nrtr export inference model 2021-09-13 13:10:10 +00:00
tink2123
22b57d632d fix infer shape 2021-08-25 09:41:16 +00:00
tink2123
7488bc1db5 fix infer shape 2021-08-25 07:34:23 +00:00
LDOUBLEV
3691291ae1 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fix_trt_res 2021-08-23 09:14:36 +00:00
LDOUBLEV
1bf24676c2 fix rec trt 2021-08-23 09:13:22 +00:00
LDOUBLEV
5bb6ae05c4 add rec get_gpu_id 2021-08-17 02:45:26 +00:00
LDOUBLEV
09e7211082 fix bugs and adjust warmup times from 10 to 2 to speed up 2021-07-20 06:47:18 +00:00
tink2123
7c9a5bd68c fix args 2021-07-08 16:34:05 +08:00
tink2123
e51e2b2bb9 add autolog for infer_rec 2021-07-06 13:11:27 +08:00
LDOUBLEV
d87be123d2 delete benchmark_util 2021-06-28 21:56:59 +08:00
LDOUBLEV
586775a945 delete benchmark 2021-06-28 20:19:10 +08:00
LDOUBLEV
b88349335b delete benchmark 2021-06-28 13:47:25 +08:00
Double_V
7f102639b6
Merge branch 'dygraph' into warmup 2021-06-09 14:54:08 +08:00
LDOUBLEV
1de1f30a97 add warmup 2021-06-09 13:27:13 +08:00
LDOUBLEV
b8972b3675 add python benchmark for ocr 2021-05-26 10:40:16 +00:00
WenmuZhou
a0fd1a48a1 fix srn infer error when use custom max_text_length 2021-03-12 17:15:48 +08:00
WenmuZhou
1271db6d7c fix mem 2021-03-11 15:24:49 +08:00
littletomatodonkey
3ce97f18ec
fix predict rec (#2065)
* fix predict rec

* fix lopp
2021-02-22 15:12:32 +08:00
WenmuZhou
4eb351866c predict_rec support rare 2021-02-08 14:05:48 +08:00
tink2123
c1fd46641e add srn for dygraph 2020-12-30 16:15:49 +08:00
LDOUBLEV
2a04e1a12a add export to limit GPU-memory-usage 2020-12-22 15:57:21 +08:00
WenmuZhou
3a0090dc00 delete fluid 2020-12-21 17:13:32 +08:00
WenmuZhou
59af7359be inference adaptation 2.0 2020-12-21 17:10:00 +08:00
WenmuZhou
34cd39194d use logger.info replace print 2020-12-02 15:55:28 +08:00
WenmuZhou
1c43e8bbb4 Adapt to windows 2020-11-30 16:54:18 +08:00
WenmuZhou
05dcfdec68 Fix the bug that the predict time is calculated incorrectly 2020-11-27 15:28:31 +08:00
WenmuZhou
0c287c41ea python端预测完成 2020-11-17 17:28:28 +08:00
WenmuZhou
453c6f68bd 识别模型inference 2020-11-12 12:07:41 +08:00
littletomatodonkey
0a011e564a add python interface 2020-08-24 02:11:17 +00:00