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
OpenDAS
RODNet
Commits
f7f67961
Commit
f7f67961
authored
Nov 10, 2020
by
Yizhou Wang
Browse files
Update config_rodnet_cdc_win16.py
parent
0505a4d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
configs/config_rodnet_cdc_win16.py
configs/config_rodnet_cdc_win16.py
+4
-5
No files found.
configs/config_rodnet_cdc_win16.py
View file @
f7f67961
...
@@ -9,11 +9,9 @@ dataset_cfg = dict(
...
@@ -9,11 +9,9 @@ dataset_cfg = dict(
'2019_04_09_PMS1000_PL_NORMAL'
,
'2019_04_09_PMS1000_PL_NORMAL'
,
'2019_04_09_PMS3001_PL_NORMAL'
,
'2019_04_09_PMS3001_PL_NORMAL'
,
'2019_05_29_MLMS006_CR_BLUR'
,
'2019_05_29_MLMS006_CR_BLUR'
,
'2019_05_29_PBMS007_PL_BLUR'
,
'2019_09_29_ONRD001_CS_NORMAL'
,
'2019_09_29_ONRD001_CS_NORMAL'
,
'2019_09_29_ONRD002_CS_NORMAL'
,
'2019_09_29_ONRD002_CS_NORMAL'
,
'2019_09_29_ONRD004_HW_NORMAL'
,
'2019_09_29_ONRD004_HW_NORMAL'
,
'2019_10_13_ONRD048_CS_NIGHT'
],
],
),
),
valid
=
dict
(
valid
=
dict
(
...
@@ -21,7 +19,8 @@ dataset_cfg = dict(
...
@@ -21,7 +19,8 @@ dataset_cfg = dict(
),
),
test
=
dict
(
test
=
dict
(
seqs
=
[
seqs
=
[
'2019_04_09_BMS1000_PL_NORMAL'
,
'2019_05_29_PBMS007_PL_BLUR'
,
'2019_10_13_ONRD048_CS_NIGHT'
],
],
),
),
demo
=
dict
(
demo
=
dict
(
...
@@ -62,13 +61,13 @@ confmap_cfg = dict(
...
@@ -62,13 +61,13 @@ confmap_cfg = dict(
)
)
train_cfg
=
dict
(
train_cfg
=
dict
(
n_epoch
=
5
0
,
n_epoch
=
1
0
,
batch_size
=
4
,
batch_size
=
4
,
lr
=
0.00001
,
lr
=
0.00001
,
lr_step
=
5
,
# lr will decrease 10 times after lr_step epoches
lr_step
=
5
,
# lr will decrease 10 times after lr_step epoches
win_size
=
16
,
win_size
=
16
,
train_step
=
1
,
train_step
=
1
,
train_stride
=
8
,
train_stride
=
16
,
log_step
=
100
,
log_step
=
100
,
save_step
=
1000
,
save_step
=
1000
,
)
)
...
...
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