From 1fbe35b2993fcd4bcfd21fd26b136021e56e81ab Mon Sep 17 00:00:00 2001 From: Sumit Sonar <119160231+SumitSonar@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:19:07 +0530 Subject: [PATCH] Update rtmdet_l_syncbn_fast_8xb32-300e_coco.py --- configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py b/configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py index c36ac38ce..1a9a715b5 100644 --- a/configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py +++ b/configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py @@ -147,6 +147,7 @@ test_cfg=model_test_cfg, ) + train_pipeline = [ dict(type='LoadImageFromFile', backend_args=_base_.backend_args), dict(type='LoadAnnotations', with_bbox=True),