Don't fit bbox in normalize function
This commit is contained in:
parent
de7c85b59d
commit
d0a722551d
|
@ -62,8 +62,6 @@ def normalize_bbox(bbox_values):
|
|||
except ValueError:
|
||||
return None
|
||||
|
||||
bbox = fit_bbox(bbox)
|
||||
|
||||
return bbox
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue