"packaging/vscode:/vscode.git/clone" did not exist on "8aa31740809b9e9cf52e0f6eee27a9b7f09300fb"
Unverified Commit f885d28a authored by VVsssssk's avatar VVsssssk Committed by GitHub
Browse files

[Refactor] Update configs name (#1757)

* fix cfg name

* update cfg name

* fix cfg

* fix comments

* fix comment

* fix comments
parent ea22f8ec
_base_ = './hv_pointpillars_fpn_nus.py' _base_ = './pointpillars_hv_fpn_nus.py'
# model settings (based on nuScenes model settings) # model settings (based on nuScenes model settings)
# Voxel size for voxel encoder # Voxel size for voxel encoder
......
This diff is collapsed.
_base_ = [ _base_ = [
'../_base_/datasets/nus-3d.py', '../_base_/datasets/nus-3d.py',
'../_base_/models/centerpoint_02pillar_second_secfpn_nus.py', '../_base_/models/centerpoint_pillar02_second_secfpn_nus.py',
'../_base_/schedules/cyclic_20e.py', '../_base_/default_runtime.py' '../_base_/schedules/cyclic-20e.py', '../_base_/default_runtime.py'
] ]
# If point cloud range is changed, the models should also change their point # If point cloud range is changed, the models should also change their point
......
_base_ = ['./centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py'] _base_ = ['./centerpoint_pillar02_second_secfpn_8xb4-cyclic-20e_nus-3d.py']
model = dict(test_cfg=dict(pts=dict(nms_type='circle'))) model = dict(test_cfg=dict(pts=dict(nms_type='circle')))
_base_ = ['./centerpoint_0075voxel_second_secfpn_4x8_cyclic_20e_nus.py'] _base_ = ['./centerpoint_pillar02_second_secfpn_8xb4-cyclic-20e_nus-3d.py']
model = dict( model = dict(
pts_bbox_head=dict( pts_bbox_head=dict(
......
_base_ = ['./centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py'] _base_ = ['./centerpoint_pillar02_second_secfpn_8xb4-cyclic-20e_nus-3d.py']
model = dict( model = dict(
pts_bbox_head=dict( pts_bbox_head=dict(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment