From 39b56bab9018c0ed2cc92db4766c77008fed5663 Mon Sep 17 00:00:00 2001 From: Soorajkumar Suresh <111172299+Soorajkumar36@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:31:39 +0530 Subject: [PATCH] Update ddq-detr-5scale_r50_8xb2-12e_coco.py spelling mistake --- configs/ddq/ddq-detr-5scale_r50_8xb2-12e_coco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ddq/ddq-detr-5scale_r50_8xb2-12e_coco.py b/configs/ddq/ddq-detr-5scale_r50_8xb2-12e_coco.py index 3c38f553bdd..1dd72fbe1ab 100644 --- a/configs/ddq/ddq-detr-5scale_r50_8xb2-12e_coco.py +++ b/configs/ddq/ddq-detr-5scale_r50_8xb2-12e_coco.py @@ -110,7 +110,7 @@ [ dict( type='RandomChoiceResize', - # The radio of all image in train dataset < 7 + # The ratio of all image in train dataset < 7 # follow the original implement scales=[(400, 4200), (500, 4200), (600, 4200)], keep_ratio=True),