dataeval.utils.preprocessing.to_int_box

dataeval.utils.preprocessing.to_int_box(box)

Convert a bounding box from float to int format.

Parameters:
box : Box

Bounding box in XYXY format

Returns:

Bounding box with integer coordinates

Return type:

IntBox