Skip to content

Commit 401d504

Browse files
committed
add comment
Signed-off-by: MasatoSaeki <[email protected]>
1 parent 1212abf commit 401d504

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

autoware_launch/config/perception/traffic_light_recognition/traffic_light_classifier/car_traffic_light_classifier.param.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ros__parameters:
33
approximate_sync: false
44
precision: fp16
5-
mean: [123.675, 116.28, 103.53]
6-
std: [58.395, 57.12, 57.375]
5+
mean: [123.675, 116.28, 103.53] # It depends on the data on which ML model is trained
6+
std: [58.395, 57.12, 57.375] # It depends on the data on which ML model is trained
77
backlight_threshold: 0.85
88
classifier_type: 1
99
traffic_light_type: 0

autoware_launch/config/perception/traffic_light_recognition/traffic_light_classifier/pedestrian_traffic_light_classifier.param.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ros__parameters:
33
approximate_sync: false
44
precision: fp16
5-
mean: [123.675, 116.28, 103.53]
6-
std: [58.395, 57.12, 57.375]
5+
mean: [123.675, 116.28, 103.53] # It depends on the data on which ML model is trained
6+
std: [58.395, 57.12, 57.375] # It depends on the data on which ML model is trained
77
backlight_threshold: 0.85
88
classifier_type: 1
99
traffic_light_type: 1

0 commit comments

Comments
 (0)