CENTER_XYWH
classkeras_cv.bounding_box.CENTER_XYWH()
CENTER_XYWH contains axis indices for the CENTER_XYWH format.
All values in the CENTER_XYWH format should be absolute pixel values.
The CENTER_XYWH format consists of the following required indices:
XYWH
classkeras_cv.bounding_box.XYWH()
XYWH contains axis indices for the XYWH format.
All values in the XYWH format should be absolute pixel values.
The XYWH format consists of the following required indices:
XYXY
classkeras_cv.bounding_box.XYXY()
XYXY contains axis indices for the XYXY format.
All values in the XYXY format should be absolute pixel values.
The XYXY format consists of the following required indices:
REL_XYXY
classkeras_cv.bounding_box.REL_XYXY()
REL_XYXY contains axis indices for the REL_XYXY format.
REL_XYXY is like XYXY, but each value is relative to the width and height of the origin image. Values are percentages of the origin images' width and height respectively.
The REL_XYXY format consists of the following required indices: