Skip to content

Commit

Permalink
Change names of configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyinhao committed Sep 13, 2020
1 parent 6a9286a commit adc7a4f
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
code_size=9),
dcn_head=True,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
code_size=9),
dcn_head=False,
loss_cls=dict(type='GaussianFocalLoss', reduction='mean'),
loss_reg=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
loss_bbox=dict(type='L1Loss', reduction='none', loss_weight=0.25)))
# model training and testing settings
train_cfg = dict(
pts=dict(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_0075_voxel.py',
'../_base_/models/centerpoint_0075voxel_second_secfpn_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_0075_voxel_dcn.py',
'../_base_/models/centerpoint_0075voxel_second_secfpn_circlenms_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_0075_voxel_circle_nms.py',
'../_base_/models/centerpoint_0075voxel_second_secfpn_dcn_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_base_ = [
'../_base_/models/centerpoint_0075_voxel_dcn_circle_nms.py',
'../_base_/default_runtime.py'
'../_base_/models/centerpoint_0075voxel_second_secfpn_dcn'
'_circlenms_nus.py', '../_base_/default_runtime.py'
]

# If point cloud range is changed, the models should also change their point
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_01_voxel_circle_nms.py',
'../_base_/models/centerpoint_01voxel_second_secfpn_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_01_voxel_dcn_circle_nms.py',
'../_base_/models/centerpoint_01voxel_second_secfpn_circlenms_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_01_voxel_dcn.py',
'../_base_/models/centerpoint_01voxel_second_secfpn_dcn_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_base_ = [
'../_base_/models/centerpoint_01_voxel.py', '../_base_/default_runtime.py'
'../_base_/models/centerpoint_01voxel_second_secfpn_dcn_circlenms_nus.py',
'../_base_/default_runtime.py'
]

# If point cloud range is changed, the models should also change their point
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_pp_circle_nms.py',
'../_base_/models/centerpoint_pillar_second_secfpn_nus.py',
'../_base_/default_runtime.py'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
_base_ = ['../_base_/models/centerpoint_pp.py', '../_base_/default_runtime.py']
_base_ = [
'../_base_/models/centerpoint_pillar_second_secfpn_circlenms_nus.py',
'../_base_/default_runtime.py'
]

# If point cloud range is changed, the models should also change their point
# cloud range accordingly
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_base_ = [
'../_base_/models/centerpoint_pp_dcn.py', '../_base_/default_runtime.py'
'../_base_/models/centerpoint_pillar_second_secfpn_dcn_nus.py',
'../_base_/default_runtime.py'
]

# If point cloud range is changed, the models should also change their point
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/models/centerpoint_pp_dcn_circle_nms.py',
'../_base_/models/centerpoint_pillar_second_secfpn_dcn_circlenms_nus.py',
'../_base_/default_runtime.py'
]

Expand Down

0 comments on commit adc7a4f

Please sign in to comment.