Skip to content

Commit 2ffce33

Browse files
committed
[clearpath_sensors] Updated Zed2 object detection mode type.
1 parent 4eae30c commit 2ffce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_sensors/config/stereolabs_zed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ stereolabs_zed:
133133
confidence_threshold: 75.0 # [DYNAMIC] - Minimum value of the detection confidence of an object [0,99]
134134
prediction_timeout: 0.5 # During this time [sec], the object will have OK state even if it is not detected. Set this parameter to 0 to disable SDK predictions
135135
enable_tracking: true # Defines if the object detection will track objects across images flow
136-
filtering_mode: 1 # '0': NONE - '1': NMS3D - '2': NMS3D_PER_CLASS
136+
filtering_mode: 'NMS3D' # Filtering mode that should be applied to raw detections: 'NONE', 'NMS3D', 'NMS3D_PER_CLASS'
137137
mc_people: true # [DYNAMIC] - Enable/disable the detection of persons for 'MULTI_CLASS_X' models
138138
mc_vehicle: true # [DYNAMIC] - Enable/disable the detection of vehicles for 'MULTI_CLASS_X' models
139139
mc_bag: true # [DYNAMIC] - Enable/disable the detection of bags for 'MULTI_CLASS_X' models

0 commit comments

Comments
 (0)