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
2a2c891d
Commit
2a2c891d
authored
Dec 26, 2020
by
zhoujun
Browse files
update ratio_list in db config
parent
31aa45fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configs/det/det_mv3_db.yml
configs/det/det_mv3_db.yml
+1
-1
configs/det/det_r50_vd_db.yml
configs/det/det_r50_vd_db.yml
+1
-1
No files found.
configs/det/det_mv3_db.yml
View file @
2a2c891d
...
@@ -67,7 +67,7 @@ Train:
...
@@ -67,7 +67,7 @@ Train:
data_dir
:
./train_data/icdar2015/text_localization/
data_dir
:
./train_data/icdar2015/text_localization/
label_file_list
:
label_file_list
:
-
./train_data/icdar2015/text_localization/train_icdar2015_label.txt
-
./train_data/icdar2015/text_localization/train_icdar2015_label.txt
ratio_list
:
[
0.5
]
ratio_list
:
[
1.0
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
...
configs/det/det_r50_vd_db.yml
View file @
2a2c891d
...
@@ -66,7 +66,7 @@ Train:
...
@@ -66,7 +66,7 @@ Train:
data_dir
:
./train_data/icdar2015/text_localization/
data_dir
:
./train_data/icdar2015/text_localization/
label_file_list
:
label_file_list
:
-
./train_data/icdar2015/text_localization/train_icdar2015_label.txt
-
./train_data/icdar2015/text_localization/train_icdar2015_label.txt
ratio_list
:
[
0.5
]
ratio_list
:
[
1.0
]
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