Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xizaoqu committed Mar 23, 2023
1 parent 36628f8 commit c300444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_segmentors/test_cylinder3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_cylinder3d(self):
DefaultScope.get_instance('test_cylinder3d', scope_name='mmdet3d')
setup_seed(0)
cylinder3d_cfg = get_detector_cfg(
'cylinder3d/cylinder3d_4xb2_3x_semantickitti.py')
'cylinder3d/cylinder3d_4xb4_3x_semantickitti.py')
cylinder3d_cfg.decode_head['ignore_index'] = 1
model = MODELS.build(cylinder3d_cfg)
num_gt_instance = 3
Expand Down

0 comments on commit c300444

Please # to comment.