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` - overlap threshold for NMS (optional, default 0.45).
492
-
* `keep_top_k ` - maximal number of boxes which should be kept (optional, default 200).
492
+
* `keep_top_k` - maximal number of boxes which should be kept during NMS (optional, default 200).
493
+
* `diff_coord_order` - ordering convention of coordinates differs from the commonly used format [x0, y0, x1, y1]. If value is True, the format of coordinates is [y0, x0, y1, x1] (optional, default False).
494
+
* `max_detections` - maximal number of boxes which should be kept (optional).
0 commit comments