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
f6cb62b7
Commit
f6cb62b7
authored
Aug 31, 2021
by
LDOUBLEV
Browse files
lock seed for res50_db
parent
e7d981b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
configs/det/det_r50_vd_db.yml
configs/det/det_r50_vd_db.yml
+9
-7
No files found.
configs/det/det_r50_vd_db.yml
View file @
f6cb62b7
...
...
@@ -75,10 +75,12 @@ Train:
-
{
'
type'
:
Fliplr
,
'
args'
:
{
'
p'
:
0.5
}
}
-
{
'
type'
:
Affine
,
'
args'
:
{
'
rotate'
:
[
-10
,
10
]
}
}
-
{
'
type'
:
Resize
,
'
args'
:
{
'
size'
:
[
0.5
,
3
]
}
}
-
EastRandomCropData
:
-
Resize
:
size
:
[
640
,
640
]
max_tries
:
50
keep_ratio
:
true
# - EastRandomCropData:
# size: [640, 640]
# max_tries: 50
# keep_ratio: true
-
MakeBorderMap
:
shrink_ratio
:
0.4
thresh_min
:
0.3
...
...
@@ -95,10 +97,10 @@ Train:
-
KeepKeys
:
keep_keys
:
[
'
image'
,
'
threshold_map'
,
'
threshold_mask'
,
'
shrink_map'
,
'
shrink_mask'
]
# the order of the dataloader list
loader
:
shuffle
:
Tru
e
shuffle
:
Fals
e
drop_last
:
False
batch_size_per_card
:
16
num_workers
:
8
batch_size_per_card
:
4
num_workers
:
2
Eval
:
dataset
:
...
...
@@ -125,4 +127,4 @@ Eval:
shuffle
:
False
drop_last
:
False
batch_size_per_card
:
1
# must be 1
num_workers
:
8
\ No newline at end of file
num_workers
:
8
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