Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 committed Jul 25, 2024
1 parent 69ab8dc commit bc967e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/annotationless_perception/scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand Down

0 comments on commit bc967e7

Please sign in to comment.