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
d80794e8
Commit
d80794e8
authored
Apr 14, 2021
by
Jethong
Browse files
fix yml
parent
be5fdae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configs/e2e/e2e_r50_vd_pg.yml
configs/e2e/e2e_r50_vd_pg.yml
+4
-4
No files found.
configs/e2e/e2e_r50_vd_pg.yml
View file @
d80794e8
...
...
@@ -62,15 +62,15 @@ PostProcess:
mode
:
fast
# fast or slow two ways
Metric
:
name
:
E2EMetric
gt_mat_dir
:
# the dir of gt_mat
gt_mat_dir
:
./train_data/total_text/gt
# the dir of gt_mat
character_dict_path
:
ppocr/utils/ic15_dict.txt
main_indicator
:
f_score_e2e
Train
:
dataset
:
name
:
PGDataSet
data_dir
:
./train_data/train
label_file_list
:
[
.
./.
/train_data/total_text/train/
]
data_dir
:
./train_data/
total_text/
train
label_file_list
:
[
./train_data/total_text/train/
]
ratio_list
:
[
1.0
]
transforms
:
-
DecodeImage
:
# load image
...
...
@@ -93,7 +93,7 @@ Train:
Eval
:
dataset
:
name
:
PGDataSet
data_dir
:
./train_data/test
data_dir
:
./train_data/
total_text/
test
label_file_list
:
[
./train_data/total_text/test/
]
transforms
:
-
DecodeImage
:
# load image
...
...
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