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
f896032255
pre-commit
2021-02-01 03:12:38 +00:00
LDOUBLEV
2a04e1a12a
add export to limit GPU-memory-usage
2020-12-22 15:57:21 +08:00
WenmuZhou
28b2d43e57
paddleocr whl adaptation dygraph
2020-12-07 19:10:19 +08:00
WenmuZhou
e696c7906d
delete debug code
2020-12-02 15:53:55 +08:00
WenmuZhou
902606499b
add predict_cls to predict_system
2020-12-01 16:42:10 +08:00
WenmuZhou
0c287c41ea
python端预测完成
2020-11-17 17:28:28 +08:00
zhoujun
3b1ecb1339
Update predict_system.py
2020-08-22 20:15:56 +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
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
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
zhangxin
9717944cde
识别文本框时,对文本框按宽高比进行排序。
2020-06-23 22:14:47 +08:00
zhangxin
ef156b19e1
优化tools/infer/predict_system.py代码
2020-06-20 03:03:39 +08:00
zhangxin
edfbacf4d2
Merge remote-tracking branch 'upstream/develop' into zxdev
2020-06-16 16:28:50 +08:00
zhangxin
22e8cf8c6b
修改显示方式,微调显示参数
2020-06-15 20:05:34 +08:00
zhangxin
3f402caea7
增加一个画图函数,可以更方便更直观的看检测和识别结果,对横排、竖排文本都可以显示
2020-06-15 18:40:01 +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
LDOUBLEV
0758f91361
modify batch num in rec and fix sorted_box func
2020-05-20 16:05:46 +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
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
3f2d384faa
add doc、infer_det.py、requirments.txt
2020-05-11 15:27:52 +08:00
LDOUBLEV
338ba3ee4a
upload PaddleOCR code
2020-05-10 16:26:57 +08:00