From bc967e7310e5379551dc94e0180dd5a410a54a38 Mon Sep 17 00:00:00 2001 From: Hayato Mizushima Date: Thu, 25 Jul 2024 18:46:17 +0900 Subject: [PATCH] fix: pre-commit --- sample/annotationless_perception/scenario.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/annotationless_perception/scenario.yaml b/sample/annotationless_perception/scenario.yaml index 8a11f992..c9b7b70c 100644 --- a/sample/annotationless_perception/scenario.yaml +++ b/sample/annotationless_perception/scenario.yaml @@ -13,7 +13,7 @@ Evaluation: # When specifying conditions from result.jsonl, only keys described here will be updated. # Even though TRUCK metrics appear in result.jsonl, they are not added to the evaluation condition because the TRUCK key is not specified in this example. CAR: # classification key - lateral_deviation: { mean: { lower: 0.01, upper: 0.03 } } + lateral_deviation: { mean: { lower: 0.01, upper: 0.03 } } yaw_deviation: { mean: { lower: 0.05, upper: 0.09 } } predicted_path_deviation_5.00: { mean: { lower: 1.5, upper: 3.0 } } yaw_rate: { mean: { lower: 0.01, upper: 0.03 } }