From c3004449f675fe087679bcbf7af7995aae8a77cf Mon Sep 17 00:00:00 2001 From: xizaoqu Date: Thu, 23 Mar 2023 09:22:22 +0800 Subject: [PATCH] fix --- tests/test_models/test_segmentors/test_cylinder3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models/test_segmentors/test_cylinder3d.py b/tests/test_models/test_segmentors/test_cylinder3d.py index d036637e1..084918f54 100644 --- a/tests/test_models/test_segmentors/test_cylinder3d.py +++ b/tests/test_models/test_segmentors/test_cylinder3d.py @@ -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