You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**nms_threshold** (*float*): IoU/IoS threshold for non-maximum suppression.
107
107
-**match_metric** (*str*): Matching metric, either 'IOU' or 'IOS'.
108
-
-**intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter.
109
-
If False, sorting will be done only by confidence (usual nms). (Dafault is True)
108
+
-**intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter. If False, sorting will be done only by confidence (usual nms). (Dafault is True)
110
109
111
110
112
111
@@ -138,8 +137,7 @@ Visualizes custom results of object detection or segmentation on an image.
138
137
-**show_confidences** (*bool*): If true and show_class=True, confidences near class are visualized. Default is False.
139
138
-**axis_off** (*bool*): If true, axis is turned off in the final visualization. Default is True.
140
139
-**show_classes_list** (*list*): If empty, visualize all classes. Otherwise, visualize only classes in the list.
141
-
-**return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it.
142
-
Default is False.
140
+
-**return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it. Default is False.
0 commit comments