Skip to content

Box

Box #

Bases: BaseModel

Used in the Locate and Draw Validation sets. All coordinates are in ratio of the image size (0.0 to 1.0).

Parameters:

Name Type Description Default
x_min float

The minimum x value of the box in ratio of the image size.

required
y_min float

The minimum y value of the box in ratio of the image size.

required
x_max float

The maximum x value of the box in ratio of the image size.

required
y_max float

The maximum y value of the box in ratio of the image size.

required