tink2123
1599a4590f
fix attn encode
4 years ago
tink2123
e7187dac83
fix encode for srn
4 years ago
xiaoting
a3afc162fa
Merge pull request #1972 from tink2123/fix_eval_for_srn_2.0
...
polish code for srn eval
4 years ago
tink2123
ad15a64569
polish code for srn eval
4 years ago
zhoujun
6b73d8ed2f
Merge pull request #1954 from WenmuZhou/update_reqire
...
[cherrp-pick]update rare dataset path
4 years ago
WenmuZhou
647f85dfca
update srn dataset path
4 years ago
WenmuZhou
76f50d89e3
update rare dataset path
4 years ago
zhoujun
4c33d20dae
Merge pull request #1953 from WenmuZhou/update_reqire
...
[cherry-pick] Update requirements
4 years ago
WenmuZhou
36b5c0dafa
update readme and requirements.txt
4 years ago
zhoujun
3b9c7b82bc
Merge pull request #1949 from WenmuZhou/check_empty_data
...
[cherry-pick] Check empty data
4 years ago
WenmuZhou
8e9d851563
add dataset len check
4 years ago
zhoujun
1d41d8903a
Merge pull request #1936 from WenmuZhou/dygraph_rc
...
[cherry-pick] fix divide zero error
4 years ago
xiaoting
60effbd748
Merge pull request #1928 from tink2123/cherry-pick
...
[cherry-pick]fix typo for encode
4 years ago
tink2123
25008de315
fix typo
4 years ago
xiaoting
a6146ffc43
Merge pull request #1919 from tink2123/fix_rare
...
fix typo for attention
4 years ago
tink2123
da344d539a
fix typo for attention
4 years ago
WenmuZhou
dc0a21ffc7
fix divide zero error
4 years ago
Double_V
cdf732289d
Merge pull request #1906 from littletomatodonkey/2.0/fix_typo
...
fix doc
4 years ago
littletomatodonkey
0c75cbc55b
fix doc
4 years ago
MissPenguin
36dae990b8
Merge pull request #1901 from MissPenguin/release/2.0
...
delete slim related content
4 years ago
root
f6daae41e5
fix conflict
4 years ago
root
f2bc513a68
delete slim related content
4 years ago
MissPenguin
fe775780e4
Update algorithm_overview.md
4 years ago
MissPenguin
8e2dc741b3
Update algorithm_overview_en.md
4 years ago
MissPenguin
d4a23337cf
Merge pull request #1900 from LDOUBLEV/rare
...
fix link
4 years ago
LDOUBLEV
873363589c
fix link
4 years ago
MissPenguin
f368a4b2f6
Merge pull request #1891 from WenmuZhou/faq
...
2021.2.1 update Faq
4 years ago
MissPenguin
dd6f6f5cf3
Merge pull request #1869 from LDOUBLEV/rare
...
upload rare code
4 years ago
WenmuZhou
259f3bb0e0
update
4 years ago
WenmuZhou
dbef4a1d34
update
4 years ago
WenmuZhou
02b0bce42d
update
4 years ago
xiaoting
1043613b1c
Merge pull request #1897 from iamyoyo/dygraph
...
Update program.py
4 years ago
LDOUBLEV
a094d27755
opt rec_att_head
4 years ago
Double_V
080e250164
Merge pull request #1868 from WenmuZhou/dygraph_rc
...
update docker
4 years ago
WenmuZhou
23df5bcf12
update dockerfile
4 years ago
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
4 years ago
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
4 years ago
LDOUBLEV
0d89f3f913
fix comment
4 years ago
WenmuZhou
fae6f1eef7
update
4 years ago
LDOUBLEV
550022ea66
fix comment
4 years ago
LDOUBLEV
e7d24ac8b8
fix comment
4 years ago
LDOUBLEV
0f4d92b63f
fix conflict wiith SRN
4 years ago
LDOUBLEV
7a054c854b
rare doc and opt post_process
4 years ago
WenmuZhou
22a9f2ad00
update faq
4 years ago
WenmuZhou
b544a561d5
update faq
4 years ago
xiaoting
0c5c9f694d
Merge pull request #1890 from tink2123/srn_ch
...
Adaptation of Chinese char
4 years ago
tink2123
7f2304ab3f
Adaptation of Chinese char
4 years ago
LDOUBLEV
56cbbdfb01
fix conflict
4 years ago
LDOUBLEV
f896032255
pre-commit
4 years ago
xiaoting
2a0c3d4dac
fix eval mode without srn ( #1889 )
...
* fix base model
* fix start time
4 years ago