Commit 4a21d69f authored by Erik's avatar Erik Committed by Francisco Massa

typo fixed (#517)

parent 0ac6af16
......@@ -25,7 +25,7 @@ class BoxList(object):
)
if bbox.size(-1) != 4:
raise ValueError(
"last dimenion of bbox should have a "
"last dimension of bbox should have a "
"size of 4, got {}".format(bbox.size(-1))
)
if mode not in ("xyxy", "xywh"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment