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
81f1e0ac
Commit
81f1e0ac
authored
Dec 30, 2020
by
Yizhou Wang
Browse files
Update config_rodnet_cdc_win16.py
parent
07ebf4f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
18 deletions
+12
-18
configs/config_rodnet_cdc_win16.py
configs/config_rodnet_cdc_win16.py
+12
-18
No files found.
configs/config_rodnet_cdc_win16.py
View file @
81f1e0ac
dataset_cfg
=
dict
(
base_root
=
"/mnt/disk2/CRUW/CRUW_MINI"
,
data_root
=
"/mnt/disk2/CRUW/CRUW_MINI/sequences"
,
anno_root
=
"/mnt/disk2/CRUW/CRUW_MINI/annotations"
,
dataset_name
=
'ROD2021'
,
base_root
=
"/mnt/disk1/CRUW/ROD2021"
,
data_root
=
"/mnt/disk1/CRUW/ROD2021/sequences"
,
anno_root
=
"/mnt/disk1/CRUW/ROD2021/annotations"
,
anno_ext
=
'.txt'
,
train
=
dict
(
seqs
=
[
'2019_04_09_BMS1000_PL_NORMAL'
,
'2019_04_09_CMS1002_PL_NORMAL'
,
'2019_04_09_PMS1000_PL_NORMAL'
,
'2019_04_09_PMS3001_PL_NORMAL'
,
'2019_05_29_MLMS006_CR_BLUR'
,
'2019_09_29_ONRD001_CS_NORMAL'
,
'2019_09_29_ONRD002_CS_NORMAL'
,
'2019_09_29_ONRD004_HW_NORMAL'
,
],
subdir
=
'train'
,
# seqs=[], # can choose from the subdir folder
),
valid
=
dict
(
subdir
=
'valid'
,
seqs
=
[],
),
test
=
dict
(
seqs
=
[
'2019_05_29_PBMS007_PL_BLUR'
,
'2019_10_13_ONRD048_CS_NIGHT'
],
subdir
=
'test'
,
# seqs=[], # can choose from the subdir folder
),
demo
=
dict
(
subdir
=
'demo'
,
seqs
=
[],
),
)
...
...
@@ -67,7 +61,7 @@ train_cfg = dict(
lr_step
=
5
,
# lr will decrease 10 times after lr_step epoches
win_size
=
16
,
train_step
=
1
,
train_stride
=
16
,
train_stride
=
4
,
log_step
=
100
,
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