Skip to content
Snippets Groups Projects
Commit 1e52db4d authored by Stephane Chavin's avatar Stephane Chavin
Browse files

Update file utils.py

parent c66b09a1
Branches
No related tags found
No related merge requests found
...@@ -592,4 +592,4 @@ def correct_box(x,w): ...@@ -592,4 +592,4 @@ def correct_box(x,w):
w = 1 w = 1
x = 0.5 x = 0.5
return x,w return abs(x),abs(w)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment