MissPenguin
|
3563c0f91f
|
Merge pull request #2429 from littletomatodonkey/dev/add_thread_pred
add supprt for multi process inference
|
2021-04-09 23:23:38 +08:00 |
littletomatodonkey
|
3de964a4b8
|
fix print
|
2021-04-09 12:30:42 +00:00 |
littletomatodonkey
|
d6eb34f65c
|
fix infer
|
2021-04-09 12:28:49 +00:00 |
littletomatodonkey
|
916cec34c6
|
unify predict mp and sp
|
2021-04-09 11:50:01 +00:00 |
littletomatodonkey
|
76320bf0db
|
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dev/add_thread_pred
|
2021-04-09 10:29:21 +00:00 |
littletomatodonkey
|
e19bedf523
|
fix infer
|
2021-04-09 10:28:06 +00:00 |
littletomatodonkey
|
86f4abf7d5
|
add supprt for multi process inference
|
2021-04-09 10:19:34 +00:00 |
zhoujun
|
52f45bc357
|
Merge branch 'dygraph' into dygraph_rc
|
2021-04-09 18:12:37 +08:00 |
Jethong
|
a0d1f9236d
|
add different post process
|
2021-04-09 16:04:02 +08:00 |
Jethong
|
6824db26e7
|
fix errors and add pretrain_model
|
2021-04-07 12:26:05 +08:00 |
Jethong
|
f698142542
|
Merge branch 'pgnet-v1' of github.com:JetHong/PaddleOCR into pgnet-v1
|
2021-03-19 12:06:21 +08:00 |
Jethong
|
88964dc92f
|
add visual png
|
2021-03-19 11:59:35 +08:00 |
Double_V
|
93c919e644
|
Merge branch 'dygraph' into pgnet-v1
|
2021-03-15 14:18:48 +08:00 |
Jethong
|
9711111270
|
fix error
|
2021-03-15 13:58:53 +08:00 |
WenmuZhou
|
a0fd1a48a1
|
fix srn infer error when use custom max_text_length
|
2021-03-12 17:15:48 +08:00 |
Double_V
|
e0908dd523
|
Merge branch 'dygraph' into fix_mem
|
2021-03-12 11:07:04 +08:00 |
LDOUBLEV
|
4c9d141c6f
|
enable memory optim
|
2021-03-11 16:44:24 +08:00 |
WenmuZhou
|
1271db6d7c
|
fix mem
|
2021-03-11 15:24:49 +08:00 |
LDOUBLEV
|
87f0aeed70
|
fix gap between train_model predict and inference
|
2021-02-24 15:09:37 +08:00 |
littletomatodonkey
|
3ce97f18ec
|
fix predict rec (#2065)
* fix predict rec
* fix lopp
|
2021-02-22 15:12:32 +08:00 |
LDOUBLEV
|
cf550d0524
|
set dilation as False
|
2021-02-18 19:00:30 +08:00 |
LDOUBLEV
|
bbd7665c47
|
fix commit
|
2021-02-18 18:53:28 +08:00 |
LDOUBLEV
|
5fc33c1213
|
keep dilation as False
|
2021-02-18 18:45:53 +08:00 |
LDOUBLEV
|
bbdbf598d4
|
keep dilation as False
|
2021-02-18 18:42:47 +08:00 |
LDOUBLEV
|
6ec9aa4def
|
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into trt_cpp
|
2021-02-18 13:44:13 +08:00 |
WenmuZhou
|
4eb351866c
|
predict_rec support rare
|
2021-02-08 14:05:48 +08:00 |
LDOUBLEV
|
adc83ca9ae
|
opt deploy doc
|
2021-02-02 21:08:13 +08:00 |
LDOUBLEV
|
56cbbdfb01
|
fix conflict
|
2021-02-01 03:19:56 +00:00 |
LDOUBLEV
|
f896032255
|
pre-commit
|
2021-02-01 03:12:38 +00:00 |
xiaoting
|
6ebbbfe46c
|
Merge branch 'dygraph' into dygraph_for_srn
|
2021-01-29 11:37:19 +08:00 |
tink2123
|
8f52a73718
|
polish code
|
2021-01-26 15:24:13 +08:00 |
zhoujun
|
499ae66003
|
update utility
|
2021-01-01 21:53:15 +08:00 |
zhoujun
|
c03b0b0604
|
Update utility.py
|
2020-12-31 16:31:21 +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
|
7f76986c28
|
Remove duplicate definitions
|
2020-12-18 18:29:13 +08:00 |
zhoujun
|
0492ba4f86
|
Merge pull request #1503 from LDOUBLEV/dyg_db
add tensorrt args
|
2020-12-18 15:39:48 +08:00 |
LDOUBLEV
|
9039cca26d
|
add tensorrt args
|
2020-12-18 15:27:44 +08:00 |
MissPenguin
|
263a9fc5d4
|
Merge pull request #1498 from MissPenguin/dygraph
fix sast inference bug
|
2020-12-18 14:12:11 +08:00 |
MissPenguin
|
d489d3c27d
|
fix sast inference bug
|
2020-12-18 03:40:22 +00:00 |
LDOUBLEV
|
a6fd8f8066
|
adjust cls_batch_num to 6 for speed-up
|
2020-12-18 11:11:02 +08:00 |
LDOUBLEV
|
65b4cc0cf3
|
adjust rec_batch_num as 1
|
2020-12-17 20:58:23 +08:00 |
WenmuZhou
|
41c2af4924
|
update predict_det
|
2020-12-16 00:03:50 +08:00 |
WenmuZhou
|
d3b609ee09
|
change DBHead output to dict
|
2020-12-15 23:49:50 +08:00 |
MissPenguin
|
c9a8cd83b1
|
fix db eval
|
2020-12-15 14:13:04 +00:00 |
MissPenguin
|
b596e70f14
|
fix db eval
|
2020-12-15 14:11:02 +00:00 |
MissPenguin
|
3f64d27b71
|
update inference for east & sast
|
2020-12-15 12:54:02 +00:00 |
MissPenguin
|
edc0fd0ccd
|
fix predict_det
|
2020-12-13 06:18:26 +00:00 |