From c6b7bce2f4acc7756cf5913a4a1baafec52c4639 Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Fri, 3 May 2024 20:30:39 +0000 Subject: [PATCH] fix typo --- src/perception/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perception/base.py b/src/perception/base.py index 4e1a3d6..c9c6307 100644 --- a/src/perception/base.py +++ b/src/perception/base.py @@ -29,7 +29,7 @@ from albumentations.pytorch import ToTensorV2 OBJ_LABELS = { "truck": 0, "bicycle": 1, "car": 2, "motorcycle": 3, "train": 4, "bus": 5, "traffic sign": 6, "rider": 7, "person": 8, - "traffic light NA": 9, "traffic light R": 10, "traffic light G": 11, "traffic light B": 12 + "traffic light NA": 9, "traffic light R": 10, "traffic light G": 11, "traffic light Y": 12 } def use_device(GPU):