156 Commits

Author SHA1 Message Date
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
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
4950c8458d 添加方向分类器 2020-11-17 12:54:24 +08:00
WenmuZhou
453c6f68bd 识别模型inference 2020-11-12 12:07:41 +08:00
WenmuZhou
4402e62959 修正export_model里的bug,添加predict_det 2020-11-09 18:19:30 +08:00
WenmuZhou
6241b8f9ca 添加静态图的create_predictor 2020-10-22 19:03:24 +08:00
WenmuZhou
60711bafe2 添加静态图的create_predictor 2020-10-22 18:24:42 +08:00
WenmuZhou
aad3093a91 dygraph first commit 2020-10-13 17:13:33 +08:00
dyning
0791714b91
Merge pull request #594 from WenmuZhou/whl1
添加whl包的构建方式
2020-08-24 18:45:50 +08:00
littletomatodonkey
0a011e564a add python interface 2020-08-24 02:11:17 +00:00
zhoujun
3b1ecb1339
Update predict_system.py 2020-08-22 20:15:56 +08:00
WenmuZhou
684676f611 init commit for build whl 2020-08-22 19:42:14 +08:00
littletomatodonkey
3ebebae3e5 replace zero_copy_run to run for memory leak 2020-08-22 07:13:06 +00:00
MissPenguin
75cdc7dc9a
Merge pull request #519 from ZhangXinNan/zxdev
修改路径为绝对问题
2020-08-19 13:52:47 +08:00
licx
0c3b5d8e76 fix bug in predict_det for sast & update docs 2020-08-18 20:32:00 +08:00
licx
cb7e481b4a fix bug in predict_det for sast & update docs 2020-08-18 16:05:12 +08:00
licx
f96b873aa4 modify infer tools for sast 2020-08-17 20:29:28 +08:00
tink2123
d0d5de7f4d fix bug 2020-08-16 13:30:25 +08:00
tink2123
d179c7c446 fix bug 2020-08-16 12:58:05 +08:00
tink2123
9cb3072033 fix bug and update doc 2020-08-16 12:53:26 +08:00
zhangxin
ab8d8aeab8 修改所有文件路径为绝对路径,避免在同级目录下时出问题 2020-08-12 12:56:44 +08:00
LDOUBLEV
e494595945 fix score is nan 2020-08-03 22:22:08 +08:00
LDOUBLEV
2bec473e89 fix typo and opt doc 2020-08-03 17:44:41 +08:00
LDOUBLEV
aa6e29cf04 remove unused code 2020-07-28 16:42:15 +08:00
LDOUBLEV
60ec95469a read gif read func 2020-07-28 11:18:48 +08:00
littletomatodonkey
0aebfbc26f fix save img for pred_det 2020-07-26 11:23:47 +00:00
dyning
4e427410a0 add parameter enable_mkldnn 2020-07-14 14:39:00 +08:00
dyning
814dc2fa37 add parameter enable_mkldnn 2020-07-14 14:35:18 +08:00
dyning
fbdf80dc13 add parameter enable_mkldnn 2020-07-14 14:13:13 +08:00
dyning
8e05ffed7e move out visulization from hubserving 2020-07-13 17:25:30 +08:00
dyning
e68ea88ddc fix cpu memory problem for a short time 2020-07-12 11:59:11 +08:00
dyning
be48652127
Merge pull request #296 from LDOUBLEV/cpu_opt
opt cpu speed and fix wrong link of weights
2020-07-09 21:33:53 +08:00
dyning
f09d1f730b add hub serving 2020-07-09 20:34:42 +08:00
LDOUBLEV
dcf46b0c86 opt cpu speed and fix wrong link of weights 2020-07-09 20:29:33 +08:00
tink2123
bfdb7b7781 change name for use_space_char 2020-07-07 14:29:45 +08:00
tink2123
db3d78d8ea revert dict and add space in character 2020-07-07 14:13:13 +08:00
Double_V
f2c4d6697e
Merge pull request #279 from LDOUBLEV/fixocr
fix Nan results and add test_reader func
2020-07-01 17:12:01 +08:00
LDOUBLEV
6f456775b0 fix bug 2020-07-01 13:30:03 +08:00
LDOUBLEV
3892a8ca02 fix Nan results and add test_reader func 2020-07-01 12:45:59 +08:00
tink2123
42a9a47ce5 close memory_optim for attention 2020-06-30 19:28:29 +08:00
tink2123
2cc1d00b04 revert modified for predict_rec 2020-06-30 14:47:24 +08:00
tink2123
25f16f2429 revert interpolate type 2020-06-30 11:18:49 +08:00
zhangxin
2eb6244c1f 修改英文注释 2020-06-27 23:29:29 +08:00
zhangxin
9e9a9a45da 识别infer时改回不同字符类型采用不同归一化 2020-06-24 19:50:10 +08:00
zhangxin
38192934ac 有几行没有用新的代码,旧代码注释了。 2020-06-24 19:42:46 +08:00
zhangxin
2814d997a4 Merge remote-tracking branch 'upstream/develop' into zxdev 2020-06-23 22:15:13 +08:00
zhangxin
9717944cde 识别文本框时,对文本框按宽高比进行排序。 2020-06-23 22:14:47 +08:00
MissPenguin
db0aa24b5b
Merge pull request #237 from MissPenguin/develop
replace python lanms with c++ version, fix infer_det bug, fix test_im…
2020-06-23 16:55:24 +08:00
Double_V
4ca78a0748
Merge pull request #241 from ZhangXinNan/zxdev
优化predict_system.py代码
2020-06-23 15:59:04 +08:00