Timo
4bde18a1b7
Fix the incompatibility of gif saving
...
When cv2.imwirte() saves ".gif", it will cause _error: (-2:Unspecified error) could not find a writer for the specified extension in function 'cv::imwrite_'_. We add an if statement to check whether the saving file format is ".gif" so as to avoid the error.
2021-03-26 20:10:07 +01:00
LDOUBLEV
1cfe43c9a6
enable memory optim
2021-03-11 16:42:06 +08:00
LDOUBLEV
cf2bd52989
fix issue #2080
2021-02-24 20:38:07 +08:00
LDOUBLEV
21ad9026d3
fix typo
2021-02-19 19:54:23 +08:00
Double_V
9deee44a7a
Merge branch 'release/2.0' into doc_cp
2021-02-18 19:27:25 +08:00
Double_V
f23aa77757
Merge pull request #1920 from LDOUBLEV/trt_cpp
...
优化部署、安装相关文档
2021-02-18 19:25:06 +08:00
LDOUBLEV
5e555a8047
cherry-pick fix doc and fix dilation
2021-02-18 19:21:32 +08:00
WenmuZhou
4dfc583850
predict_rec support rare
2021-02-08 14:02:48 +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
WenmuZhou
c12259091e
Fix printing problem when multi-image prediction
2020-12-12 20:10:19 +08:00
WenmuZhou
4fd696ccdf
update inference model name
2020-12-09 23:55:38 +08:00
MissPenguin
055f207fcf
Merge pull request #1371 from tink2123/update_multi
...
update multi dic and export
2020-12-09 20:37:35 +08:00
tink2123
7eeef5933c
update multi dic and export
2020-12-09 11:56:37 +00:00
MissPenguin
45f90e9431
Merge pull request #1338 from WenmuZhou/dygraph_rc
...
[Dygraph] add hub serving
2020-12-09 15:46:53 +08:00
WenmuZhou
28b2d43e57
paddleocr whl adaptation dygraph
2020-12-07 19:10:19 +08:00
WenmuZhou
5d9c03890b
merge upstream
2020-12-07 13:10:12 +08:00
WenmuZhou
2c8ba6a961
merge upstream
2020-12-07 12:51:40 +08:00
WenmuZhou
38f27a5339
merge upstream
2020-12-07 12:38:44 +08:00
zhoujun
99ee41d8db
Merge pull request #1299 from WenmuZhou/fix_predict_system
...
add predict_cls to predict_system
2020-12-06 20:28:37 -06:00
WenmuZhou
34cd39194d
use logger.info replace print
2020-12-02 15:55:28 +08:00
WenmuZhou
a804a97c92
add drop_score to args
2020-12-02 15:55:15 +08:00
WenmuZhou
e696c7906d
delete debug code
2020-12-02 15:53:55 +08:00
zhoujun
2985e7b897
use cls_batch_num replace rec_batch_num ( #1298 )
2020-12-02 12:22:41 +08:00
WenmuZhou
a621bef893
add predict_cls to predict_system
2020-12-01 16:45:45 +08:00
WenmuZhou
902606499b
add predict_cls to predict_system
2020-12-01 16:42:10 +08:00
WenmuZhou
1c43e8bbb4
Adapt to windows
2020-11-30 16:54:18 +08:00
WenmuZhou
a44c2a699f
Adapt to windows
2020-11-30 16:48:51 +08:00
WenmuZhou
835bfa456c
Remove the channel conversion of the image and keep it consistent with the training phase
2020-11-27 15:29:14 +08:00