Commit Graph

119 Commits

Author SHA1 Message Date
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
dyning b115cb4417 use enable_memory_optim for cpu and gpu, add paddlehelp QRcode 2020-06-23 15:02:13 +08:00
MissPenguin 160bb06e70
add config.enable_memory_optim() 2020-06-23 11:46:45 +08:00
zhangxin ef156b19e1 优化tools/infer/predict_system.py代码 2020-06-20 03:03:39 +08:00
Double_V fea9454dee
Merge pull request #210 from ZhangXinNan/zxdev
增加一个可视化函数
2020-06-17 13:56:15 +08:00
zhangxin edfbacf4d2 Merge remote-tracking branch 'upstream/develop' into zxdev 2020-06-16 16:28:50 +08:00
zhangxin 5d63991136 不增加args.out_dir 2020-06-16 13:29:01 +08:00
zhangxin af6b5fef00 增加可视化效果图 2020-06-16 13:24:19 +08:00
zhangxin 22e8cf8c6b 修改显示方式,微调显示参数 2020-06-15 20:05:34 +08:00
zhangxin 3f402caea7 增加一个画图函数,可以更方便更直观的看检测和识别结果,对横排、竖排文本都可以显示 2020-06-15 18:40:01 +08:00
LDOUBLEV 1636c8c156 discard export PYTHONPATH manually 2020-06-15 10:00:36 +08:00
LDOUBLEV cc6c606f14 discard export PYTHONPATH manually 2020-06-12 13:49:24 +08:00
zhangxin ed9065c72b 在程序中使用os.path.append添加环境变量,不再使用命令设置 2020-06-11 09:45:01 +08:00
tink2123 9393a1b311 polish error message 2020-06-05 11:29:02 +08:00
tink2123 b55b8eda22 add windows doc 2020-06-04 19:41:42 +08:00
tink2123 9023a5c57a update infer doc and fix yml 2020-06-03 17:38:44 +08:00
tink2123 be3a164424 fix inference in tps 2020-06-03 15:49:18 +08:00
tink2123 b722eb56c8 fix infer_rec for attention 2020-06-03 13:44:07 +08:00
LDOUBLEV 9058e002d8 fix multi-line txt display 2020-05-29 15:23:09 +08:00
LDOUBLEV e0b641cc57 fix visual bug 2020-05-28 20:06:26 +08:00
LDOUBLEV 00e9e07976 fix bug in results visualization 2020-05-28 15:46:05 +08:00
LDOUBLEV b090627a11 opt visualized func and add docker usage in cpu 2020-05-27 15:03:12 +08:00
LDOUBLEV 59d0a00e1d opt visualized func and add docker usage in cpu 2020-05-27 14:58:22 +08:00
LDOUBLEV 4af1810909 opt visualized func and add docker usage in cpu 2020-05-27 14:55:58 +08:00
LDOUBLEV 93bd46e9e2 delete support multi-line txt display 2020-05-25 20:54:26 +08:00
LDOUBLEV eec9155ee8 adjust txt word in line 2020-05-25 20:31:40 +08:00
LDOUBLEV 75d2c47d8a support multi-line text display 2020-05-25 20:28:25 +08:00
LDOUBLEV 8a6f106237 fix predict_det not found unclip_ratio 2020-05-25 18:14:13 +08:00
LDOUBLEV 2bd6323642 modify batch num in rec and fix sorted_box func 2020-05-20 16:19:49 +08:00
LDOUBLEV 0758f91361 modify batch num in rec and fix sorted_box func 2020-05-20 16:05:46 +08:00
dyning 25a5ca6cca
Update utility.py 2020-05-15 22:46:06 +08:00
dyning d661c3d8c3
Update predict_det.py 2020-05-15 22:18:09 +08:00
dyning c7ef62df04 updata doc of infer 2020-05-15 22:07:18 +08:00
LDOUBLEV 7259370cbd solve predicts diff between cpu and gpu running 2020-05-15 17:32:32 +08:00
LDOUBLEV 1e9683b426 add visualized code for det results 2020-05-15 17:06:43 +08:00
LDOUBLEV 72ebbf2de1 sorted outputs when export model 2020-05-15 16:51:45 +08:00
LDOUBLEV d539508e76 valid det inference 2020-05-15 14:22:57 +08:00
dyning 3b931056c4
Update predict_system.py 2020-05-14 14:43:20 +08:00
Double_V 2a6f5046c1
Merge pull request #20 from LDOUBLEV/fixocr
RGB 2 BGR
2020-05-14 14:40:33 +08:00
LDOUBLEV 55492911dd RGB 2 BGR 2020-05-14 14:38:23 +08:00
Double_V f3cf94a296
Merge pull request #18 from LDOUBLEV/fixocr
change the saved path of visualized image
2020-05-14 14:27:23 +08:00
LDOUBLEV 010533bd57 change the saved path of visualized image 2020-05-14 14:25:00 +08:00
dyning adbe225aa3
Merge pull request #17 from LDOUBLEV/fixocr
fix rec bug and delete infer/predict_eval.py
2020-05-14 14:17:50 +08:00
LDOUBLEV c65f330890 fix rec bug and delete infer/predict_eval.py 2020-05-14 14:16:18 +08:00
tink2123 d94cde77e2 rm anno 2020-05-14 13:53:17 +08:00
tink2123 576cbfa78e update readme 2020-05-14 13:49:28 +08:00
LDOUBLEV c15d3bb09a add visualize code to predict_eval 2020-05-14 12:08:11 +08:00
LDOUBLEV 759e7385db fix infer 2020-05-13 21:29:54 +08:00
LDOUBLEV 5d70fd442a add visulize code 2020-05-13 20:29:45 +08:00
LDOUBLEV e3f171a3bb fix det inference bug and optimize save path 2020-05-13 16:05:00 +08:00
LDOUBLEV b2e2bb98fb fix problems responding to inference 2020-05-12 21:12:52 +08:00
LDOUBLEV 5b4675e06d fix problems refer comments 2020-05-12 19:40:57 +08:00
LDOUBLEV 268ed03b3e update detection doc and infer code 2020-05-11 19:59:07 +08:00
LDOUBLEV af39902217 fix tools/infer/utility.py 2020-05-11 15:33:54 +08:00
LDOUBLEV 3f2d384faa add doc、infer_det.py、requirments.txt 2020-05-11 15:27:52 +08:00
tink2123 1a84472df9 del tmp 2020-05-10 12:46:42 +00:00
LDOUBLEV 338ba3ee4a upload PaddleOCR code 2020-05-10 16:26:57 +08:00