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
c0acf6bc
"...composable_kernel_onnx.git" did not exist on "aafc3ac27a4d448b728a241fd6072005b87df22f"
Commit
c0acf6bc
authored
Nov 24, 2021
by
tink2123
Browse files
change to simpledataset
parent
96cd6da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
test_tipc/configs/rec_mv3_none_bilstm_ctc_v2.0/rec_icdar15_train.yml
...onfigs/rec_mv3_none_bilstm_ctc_v2.0/rec_icdar15_train.yml
+6
-4
No files found.
test_tipc/configs/rec_mv3_none_bilstm_ctc_v2.0/rec_icdar15_train.yml
View file @
c0acf6bc
...
@@ -58,8 +58,9 @@ Metric:
...
@@ -58,8 +58,9 @@ Metric:
Train
:
Train
:
dataset
:
dataset
:
name
:
LMDBDataSet
name
:
SimpleDataSet
data_dir
:
./train_data/data_lmdb_release/training/
data_dir
:
./train_data/ic15_data/
label_file_list
:
[
"
./train_data/ic15_data/rec_gt_train.txt"
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
@@ -77,8 +78,9 @@ Train:
...
@@ -77,8 +78,9 @@ Train:
Eval
:
Eval
:
dataset
:
dataset
:
name
:
LMDBDataSet
name
:
SimpleDataSet
data_dir
:
./train_data/data_lmdb_release/validation/
data_dir
:
./train_data/ic15_data
label_file_list
:
[
"
./train_data/ic15_data/rec_gt_test.txt"
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
...
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