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:
|
except ValueError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
bbox = fit_bbox(bbox)
|
|
||||||
|
|
||||||
return bbox
|
return bbox
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue