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.
103
103
-**match_metric** (*str*): Matching metric, either 'IOU' or 'IOS'.
104
-
-**intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter.
105
-
If False, sorting will be done only by confidence (usual nms). (Dafault is False)
104
+
-**intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter. If False, sorting will be done only by confidence (usual nms). (Dafault is False)
106
105
107
106
---
108
107
### 2. Custom inference visualization:
@@ -131,8 +130,7 @@ Visualizes custom results of object detection or segmentation on an image.
131
130
-**show_confidences** (*bool*): If true and show_class=True, confidences near class are visualized. Default is False.
132
131
-**axis_off** (*bool*): If true, axis is turned off in the final visualization. Default is True.
133
132
-**show_classes_list** (*list*): If empty, visualize all classes. Otherwise, visualize only classes in the list.
134
-
-**return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it.
135
-
Default is False.
133
+
-**return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it. Default is False.
0 commit comments