Coordinates: {
    xmax: number;
    xmin: number;
    ymax: number;
    ymin: number;
}

The coordinates (xmin, ymin, xmax, ymax) of the predicted bounding box.

Type declaration

  • xmax: number
  • xmin: number
  • ymax: number
  • ymin: number

Generated using TypeDoc