Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
d27ae42a
Commit
d27ae42a
authored
May 11, 2020
by
tink2123
Browse files
fix typo
parent
bb779851
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
configs/rec/rec_chinese_lite_train.yml
configs/rec/rec_chinese_lite_train.yml
+1
-1
tools/infer_rec.py
tools/infer_rec.py
+0
-1
No files found.
configs/rec/rec_chinese_lite_train.yml
View file @
d27ae42a
...
...
@@ -15,7 +15,7 @@ Global:
character_dict_path
:
./ppocr/utils/ppocr_keys_v1.txt
loss_type
:
ctc
reader_yml
:
./configs/rec/rec_chinese_reader.yml
pretrain_weights
:
best_accuracy
pretrain_weights
:
infer_img
:
./infer_img
Architecture
:
...
...
tools/infer_rec.py
View file @
d27ae42a
...
...
@@ -20,7 +20,6 @@ import os
import
time
import
multiprocessing
import
numpy
as
np
import
glob
def
set_paddle_flags
(
**
kwargs
):
for
key
,
value
in
kwargs
.
items
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment