From 1e52db4d0658c52c64c049e3aedff34d9b61223c Mon Sep 17 00:00:00 2001
From: Stephane Chavin <stephane.chavin@lis-lab.fr>
Date: Fri, 31 Jan 2025 11:04:01 +0100
Subject: [PATCH] Update file utils.py

---
 utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.py b/utils.py
index d2b50a9..e082f34 100755
--- a/utils.py
+++ b/utils.py
@@ -592,4 +592,4 @@ def correct_box(x,w):
         w = 1
         x = 0.5
 
-    return x,w
+    return abs(x),abs(w)
-- 
GitLab