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
mmdetection3d
Commits
5517c8eb
"vscode:/vscode.git/clone" did not exist on "f6b622c4b3711bce120532b3f27e2c4bd9988024"
Commit
5517c8eb
authored
Jul 07, 2020
by
liyinhao
Committed by
zhangwenwei
Jul 07, 2020
Browse files
Openlidar benchmark config
parent
e06a6ea4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
26 deletions
+19
-26
configs/benchmark/hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py
.../hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py
+10
-13
configs/benchmark/hv_pointpillars_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
...k/hv_pointpillars_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
+6
-8
configs/benchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
...nchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
+3
-5
No files found.
configs/benchmark/hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py
View file @
5517c8eb
...
@@ -252,9 +252,6 @@ data = dict(
...
@@ -252,9 +252,6 @@ data = dict(
samples_per_gpu
=
4
,
samples_per_gpu
=
4
,
workers_per_gpu
=
4
,
workers_per_gpu
=
4
,
train
=
dict
(
train
=
dict
(
type
=
'RepeatDataset'
,
times
=
2
,
dataset
=
dict
(
type
=
dataset_type
,
type
=
dataset_type
,
data_root
=
data_root
,
data_root
=
data_root
,
ann_file
=
data_root
+
'kitti_infos_train.pkl'
,
ann_file
=
data_root
+
'kitti_infos_train.pkl'
,
...
@@ -263,7 +260,7 @@ data = dict(
...
@@ -263,7 +260,7 @@ data = dict(
pipeline
=
train_pipeline
,
pipeline
=
train_pipeline
,
modality
=
input_modality
,
modality
=
input_modality
,
classes
=
class_names
,
classes
=
class_names
,
test_mode
=
False
)
)
,
test_mode
=
False
),
val
=
dict
(
val
=
dict
(
type
=
dataset_type
,
type
=
dataset_type
,
data_root
=
data_root
,
data_root
=
data_root
,
...
@@ -309,7 +306,7 @@ log_config = dict(
...
@@ -309,7 +306,7 @@ log_config = dict(
])
])
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
4
0
total_epochs
=
8
0
dist_params
=
dict
(
backend
=
'nccl'
,
port
=
29506
)
dist_params
=
dict
(
backend
=
'nccl'
,
port
=
29506
)
log_level
=
'INFO'
log_level
=
'INFO'
find_unused_parameters
=
True
find_unused_parameters
=
True
...
...
configs/benchmark/hv_pointpillars_secfpn_4x8_
16
0e_pcdet_kitti-3d-3class.py
→
configs/benchmark/hv_pointpillars_secfpn_4x8_
8
0e_pcdet_kitti-3d-3class.py
View file @
5517c8eb
...
@@ -119,7 +119,7 @@ db_sampler = dict(
...
@@ -119,7 +119,7 @@ db_sampler = dict(
)),
)),
classes
=
class_names
,
classes
=
class_names
,
sample_groups
=
dict
(
sample_groups
=
dict
(
Car
=
20
,
Car
=
15
,
Pedestrian
=
15
,
Pedestrian
=
15
,
Cyclist
=
15
,
Cyclist
=
15
,
))
))
...
@@ -197,26 +197,24 @@ data = dict(
...
@@ -197,26 +197,24 @@ data = dict(
classes
=
class_names
,
classes
=
class_names
,
test_mode
=
True
))
test_mode
=
True
))
# optimizer
# optimizer
lr
=
0.00
1
# max learning rate
lr
=
0.00
03
# max learning rate
optimizer
=
dict
(
optimizer
=
dict
(
type
=
'AdamW'
,
type
=
'AdamW'
,
lr
=
lr
,
lr
=
lr
,
betas
=
(
0.95
,
0.99
),
# the momentum is change during training
betas
=
(
0.95
,
0.99
),
# the momentum is change during training
weight_decay
=
0.01
)
weight_decay
=
0.01
)
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
35
,
norm_type
=
2
))
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
10
,
norm_type
=
2
))
# learning policy
# learning policy
lr_config
=
dict
(
lr_config
=
dict
(
policy
=
'cyclic'
,
policy
=
'cyclic'
,
target_ratio
=
(
10
,
1e-4
),
target_ratio
=
(
10
,
1e-4
),
cyclic_times
=
1
,
cyclic_times
=
1
,
step_ratio_up
=
0.4
,
step_ratio_up
=
0.4
)
)
momentum_config
=
dict
(
momentum_config
=
dict
(
policy
=
'cyclic'
,
policy
=
'cyclic'
,
target_ratio
=
(
0.85
/
0.95
,
1
),
target_ratio
=
(
0.85
/
0.95
,
1
),
cyclic_times
=
1
,
cyclic_times
=
1
,
step_ratio_up
=
0.4
,
step_ratio_up
=
0.4
)
)
checkpoint_config
=
dict
(
interval
=
1
)
checkpoint_config
=
dict
(
interval
=
1
)
evaluation
=
dict
(
interval
=
2
)
evaluation
=
dict
(
interval
=
2
)
# yapf:disable
# yapf:disable
...
@@ -228,7 +226,7 @@ log_config = dict(
...
@@ -228,7 +226,7 @@ log_config = dict(
])
])
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
16
0
total_epochs
=
8
0
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/pp_secfpn_80e'
work_dir
=
'./work_dirs/pp_secfpn_80e'
...
...
configs/benchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
View file @
5517c8eb
...
@@ -201,21 +201,19 @@ data = dict(
...
@@ -201,21 +201,19 @@ data = dict(
classes
=
class_names
,
classes
=
class_names
,
test_mode
=
True
))
test_mode
=
True
))
# optimizer
# optimizer
lr
=
0.00
18
# max learning rate
lr
=
0.00
03
# max learning rate
optimizer
=
dict
(
type
=
'AdamW'
,
lr
=
lr
,
betas
=
(
0.95
,
0.99
),
weight_decay
=
0.01
)
optimizer
=
dict
(
type
=
'AdamW'
,
lr
=
lr
,
betas
=
(
0.95
,
0.99
),
weight_decay
=
0.01
)
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
10
,
norm_type
=
2
))
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
10
,
norm_type
=
2
))
lr_config
=
dict
(
lr_config
=
dict
(
policy
=
'cyclic'
,
policy
=
'cyclic'
,
target_ratio
=
(
10
,
1e-4
),
target_ratio
=
(
10
,
1e-4
),
cyclic_times
=
1
,
cyclic_times
=
1
,
step_ratio_up
=
0.4
,
step_ratio_up
=
0.4
)
)
momentum_config
=
dict
(
momentum_config
=
dict
(
policy
=
'cyclic'
,
policy
=
'cyclic'
,
target_ratio
=
(
0.85
/
0.95
,
1
),
target_ratio
=
(
0.85
/
0.95
,
1
),
cyclic_times
=
1
,
cyclic_times
=
1
,
step_ratio_up
=
0.4
,
step_ratio_up
=
0.4
)
)
checkpoint_config
=
dict
(
interval
=
1
)
checkpoint_config
=
dict
(
interval
=
1
)
evaluation
=
dict
(
interval
=
2
)
evaluation
=
dict
(
interval
=
2
)
# yapf:disable
# yapf:disable
...
...
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