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
06b1ec72
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "32460f52503745f8ceb3652ba3014576e0b8c6d7"
Commit
06b1ec72
authored
Jul 05, 2020
by
liyinhao
Committed by
zhangwenwei
Jul 05, 2020
Browse files
Openlidar benchmark config
parent
d136760c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
31 deletions
+12
-31
configs/benchmark/hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py
.../hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py
+2
-9
configs/benchmark/hv_pointpillars_secfpn_4x8_160e_pcdet_kitti-3d-3class.py
.../hv_pointpillars_secfpn_4x8_160e_pcdet_kitti-3d-3class.py
+4
-10
configs/benchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
...nchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py
+6
-12
No files found.
configs/benchmark/hv_PartA2_secfpn_
2
x8_cyclic_80e_pcdet_kitti-3d-3class.py
→
configs/benchmark/hv_PartA2_secfpn_
4
x8_cyclic_80e_pcdet_kitti-3d-3class.py
View file @
06b1ec72
...
@@ -203,23 +203,16 @@ db_sampler = dict(
...
@@ -203,23 +203,16 @@ db_sampler = dict(
data_root
=
data_root
,
data_root
=
data_root
,
info_path
=
data_root
+
'kitti_dbinfos_train.pkl'
,
info_path
=
data_root
+
'kitti_dbinfos_train.pkl'
,
rate
=
1.0
,
rate
=
1.0
,
object_rot_range
=
[
0.0
,
0.0
],
prepare
=
dict
(
prepare
=
dict
(
filter_by_difficulty
=
[
-
1
],
filter_by_difficulty
=
[
-
1
],
filter_by_min_points
=
dict
(
Car
=
5
,
Pedestrian
=
5
,
Cyclist
=
5
)),
filter_by_min_points
=
dict
(
Car
=
5
,
Pedestrian
=
5
,
Cyclist
=
5
)),
classes
=
class_names
,
classes
=
class_names
,
sample_groups
=
dict
(
Car
=
15
,
Pedestrian
=
1
0
,
Cyclist
=
1
0
))
sample_groups
=
dict
(
Car
=
20
,
Pedestrian
=
1
5
,
Cyclist
=
1
5
))
train_pipeline
=
[
train_pipeline
=
[
dict
(
type
=
'LoadPointsFromFile'
,
load_dim
=
4
,
use_dim
=
4
),
dict
(
type
=
'LoadPointsFromFile'
,
load_dim
=
4
,
use_dim
=
4
),
dict
(
type
=
'LoadAnnotations3D'
,
with_bbox_3d
=
True
,
with_label_3d
=
True
),
dict
(
type
=
'LoadAnnotations3D'
,
with_bbox_3d
=
True
,
with_label_3d
=
True
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
dict
(
type
=
'RandomFlip3D'
,
flip_ratio_bev_horizontal
=
0.5
),
type
=
'ObjectNoise'
,
num_try
=
100
,
translation_std
=
[
1.0
,
1.0
,
0.5
],
global_rot_range
=
[
0.0
,
0.0
],
rot_range
=
[
-
0.78539816
,
0.78539816
]),
dict
(
type
=
'RandomFlip3D'
,
flip_ratio
=
0.5
),
dict
(
dict
(
type
=
'GlobalRotScaleTrans'
,
type
=
'GlobalRotScaleTrans'
,
rot_range
=
[
-
0.78539816
,
0.78539816
],
rot_range
=
[
-
0.78539816
,
0.78539816
],
...
...
configs/benchmark/hv_pointpillars_secfpn_
6
x8_160e_pcdet_kitti-3d-3class.py
→
configs/benchmark/hv_pointpillars_secfpn_
4
x8_160e_pcdet_kitti-3d-3class.py
View file @
06b1ec72
...
@@ -119,21 +119,15 @@ db_sampler = dict(
...
@@ -119,21 +119,15 @@ db_sampler = dict(
)),
)),
classes
=
class_names
,
classes
=
class_names
,
sample_groups
=
dict
(
sample_groups
=
dict
(
Car
=
15
,
Car
=
20
,
Pedestrian
=
1
0
,
Pedestrian
=
1
5
,
Cyclist
=
1
0
,
Cyclist
=
1
5
,
))
))
train_pipeline
=
[
train_pipeline
=
[
dict
(
type
=
'LoadPointsFromFile'
,
load_dim
=
4
,
use_dim
=
4
),
dict
(
type
=
'LoadPointsFromFile'
,
load_dim
=
4
,
use_dim
=
4
),
dict
(
type
=
'LoadAnnotations3D'
,
with_bbox_3d
=
True
,
with_label_3d
=
True
),
dict
(
type
=
'LoadAnnotations3D'
,
with_bbox_3d
=
True
,
with_label_3d
=
True
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
type
=
'ObjectNoise'
,
num_try
=
100
,
translation_std
=
[
1.0
,
1.0
,
0.1
],
global_rot_range
=
[
0.0
,
0.0
],
rot_range
=
[
-
0.78539816
,
0.78539816
]),
dict
(
type
=
'RandomFlip3D'
,
flip_ratio_bev_horizontal
=
0.5
),
dict
(
type
=
'RandomFlip3D'
,
flip_ratio_bev_horizontal
=
0.5
),
dict
(
dict
(
type
=
'GlobalRotScaleTrans'
,
type
=
'GlobalRotScaleTrans'
,
...
@@ -170,7 +164,7 @@ test_pipeline = [
...
@@ -170,7 +164,7 @@ test_pipeline = [
]
]
data
=
dict
(
data
=
dict
(
samples_per_gpu
=
6
,
samples_per_gpu
=
4
,
workers_per_gpu
=
4
,
workers_per_gpu
=
4
,
train
=
dict
(
train
=
dict
(
type
=
dataset_type
,
type
=
dataset_type
,
...
...
configs/benchmark/hv_second_secfpn_
6
x8_80e_pcdet_kitti-3d-3class.py
→
configs/benchmark/hv_second_secfpn_
4
x8_80e_pcdet_kitti-3d-3class.py
View file @
06b1ec72
...
@@ -103,14 +103,14 @@ db_sampler = dict(
...
@@ -103,14 +103,14 @@ db_sampler = dict(
filter_by_difficulty
=
[
-
1
],
filter_by_difficulty
=
[
-
1
],
filter_by_min_points
=
dict
(
filter_by_min_points
=
dict
(
Car
=
5
,
Car
=
5
,
Pedestrian
=
10
,
Pedestrian
=
5
,
Cyclist
=
10
,
Cyclist
=
5
,
)),
)),
classes
=
class_names
,
classes
=
class_names
,
sample_groups
=
dict
(
sample_groups
=
dict
(
Car
=
1
2
,
Car
=
2
0
,
Pedestrian
=
6
,
Pedestrian
=
15
,
Cyclist
=
6
,
Cyclist
=
15
,
))
))
file_client_args
=
dict
(
backend
=
'disk'
)
file_client_args
=
dict
(
backend
=
'disk'
)
# file_client_args = dict(
# file_client_args = dict(
...
@@ -128,12 +128,6 @@ train_pipeline = [
...
@@ -128,12 +128,6 @@ train_pipeline = [
with_label_3d
=
True
,
with_label_3d
=
True
,
file_client_args
=
file_client_args
),
file_client_args
=
file_client_args
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
type
=
'ObjectSample'
,
db_sampler
=
db_sampler
),
dict
(
type
=
'ObjectNoise'
,
num_try
=
100
,
translation_std
=
[
1.0
,
1.0
,
0.1
],
global_rot_range
=
[
0.0
,
0.0
],
rot_range
=
[
-
0.78539816
,
0.78539816
]),
dict
(
type
=
'RandomFlip3D'
,
flip_ratio_bev_horizontal
=
0.5
),
dict
(
type
=
'RandomFlip3D'
,
flip_ratio_bev_horizontal
=
0.5
),
dict
(
dict
(
type
=
'GlobalRotScaleTrans'
,
type
=
'GlobalRotScaleTrans'
,
...
@@ -174,7 +168,7 @@ test_pipeline = [
...
@@ -174,7 +168,7 @@ test_pipeline = [
]
]
data
=
dict
(
data
=
dict
(
samples_per_gpu
=
6
,
samples_per_gpu
=
4
,
workers_per_gpu
=
4
,
workers_per_gpu
=
4
,
train
=
dict
(
train
=
dict
(
type
=
dataset_type
,
type
=
dataset_type
,
...
...
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