Jethong
a0d1f9236d
add different post process
2021-04-09 16:04:02 +08:00
Jethong
0cd48c35e5
Merge branch 'pgnet-v1' of github.com:JetHong/PaddleOCR into pgnet-v1
2021-04-07 12:27:53 +08:00
Jethong
6824db26e7
fix errors and add pretrain_model
2021-04-07 12:26:05 +08:00
Double_V
7171d78b31
Merge branch 'dygraph' into pgnet-v1
2021-03-30 16:21:41 +08:00
littletomatodonkey
9e7dc2b88e
fix logger info for empty log
2021-03-24 06:32:38 +00: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
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
Jethong
051fe64a0d
fix config add e2e_ch.md e2e_res_img623_pg
2021-03-10 14:14:21 +08:00
Jethong
bb49e1a53f
ADD PGNet_v2
2021-03-08 15:11:57 +08:00
Jethong
1f76f449db
Add PGNet
2021-03-08 14:55:49 +08:00
Double_V
08efbb9608
Merge branch 'dygraph' into dygraph
2021-03-02 17:01:49 +08:00
LDOUBLEV
85fd65c8f0
fix typo
2021-02-24 20:20:17 +08:00
tingquangao
add9faa822
Fix the log about length of valid_dataloader
2021-02-24 07:42:20 +00: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
zhoujun
95a1c6176d
Merge pull request #1985 from WenmuZhou/fix_doc
...
fix rare export error and support rare infer
2021-02-08 14:23:35 +08:00
WenmuZhou
4eb351866c
predict_rec support rare
2021-02-08 14:05:48 +08:00
tink2123
b658e10b35
fix srn for eval
2021-02-08 05:42:30 +00:00
xiaoting
895d44bc39
Merge pull request #1971 from tink2123/fix_eval_for_srn
...
polish code for srn eval
2021-02-07 15:32:56 +08:00
tink2123
ff6b193a61
polish code for srn eval
2021-02-07 07:31:24 +00:00
WenmuZhou
3b1703e3eb
add dataset len check
2021-02-04 12:01:56 +08:00
WenmuZhou
b9d3e8eeec
add dataset len check
2021-02-04 11:33:48 +08:00
LDOUBLEV
df1c97af80
fix bug
2021-02-02 21:27:48 +08:00
LDOUBLEV
adc83ca9ae
opt deploy doc
2021-02-02 21:08:13 +08:00
littletomatodonkey
077fcabcbc
fix doc
2021-02-01 14:03:32 +00:00
MissPenguin
dd6f6f5cf3
Merge pull request #1869 from LDOUBLEV/rare
...
upload rare code
2021-02-01 16:55:33 +08:00
iamyoyo
be94977426
program.py 257行 变量名问题
...
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:27:56 +08:00
iamyoyo
a92bb6d310
Update program.py
...
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:09:14 +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
2a0c3d4dac
fix eval mode without srn ( #1889 )
...
* fix base model
* fix start time
2021-01-31 22:37:30 +08:00
xiaoting
6ebbbfe46c
Merge branch 'dygraph' into dygraph_for_srn
2021-01-29 11:37:19 +08:00
zhoujun
b0d1dca688
fix starnet export ( #1850 )
...
* fix starnet export
* fix bug
* add note
2021-01-28 18:16:54 +08:00
Channingss
cacf8f8a6c
export_model support dynamic input shape
2021-01-26 11:44:52 +00:00
xiaoting
1888ca2793
Merge pull request #1826 from tink2123/multi_lan_doc
...
update multi-lang doc
2021-01-26 15:59:58 +08:00
tink2123
8f52a73718
polish code
2021-01-26 15:24:13 +08:00
LDOUBLEV
09fd94e781
fix typo
2021-01-26 15:16:02 +08:00
xiaoting
f214437538
Merge branch 'dygraph' into dygraph_for_srn
2021-01-26 13:29:13 +08:00
littletomatodonkey
9f581156d9
fix data replication for multi-cards sampling
2021-01-24 12:32:22 +00:00
tink2123
ed2f0de95e
mv model_average to incubate
2021-01-22 03:15:56 +00:00