From e6de7fb709d8a8d68cd2e4a8089ea3600e0c96e2 Mon Sep 17 00:00:00 2001 From: "E. Malagoli" Date: Fri, 12 Apr 2024 23:32:06 +0200 Subject: [PATCH] Update od_metrics.py --- src/od_metrics/od_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/od_metrics/od_metrics.py b/src/od_metrics/od_metrics.py index 76d7231..0aeaac4 100644 --- a/src/od_metrics/od_metrics.py +++ b/src/od_metrics/od_metrics.py @@ -90,7 +90,7 @@ def __init__( - `"xyxy"`: boxes are represented via corners, x1, y1 being top left and x2, y2 being bottom right.
- - `xywh`: boxes are represented via corner, + - `"xywh"`: boxes are represented via corner, width and height, x1, y2 being top left, w, h being width and height. This is the default format; all