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:
REL_XYWH
classkeras_cv.bounding_box.REL_XYWH()
REL_XYWH contains axis indices for the XYWH format.
REL_XYXY is like XYWH, 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.
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:
YXYX
classkeras_cv.bounding_box.YXYX()
YXYX contains axis indices for the YXYX format.
All values in the YXYX format should be absolute pixel values.
The YXYX format consists of the following required indices:
REL_YXYX
classkeras_cv.bounding_box.REL_YXYX()
REL_YXYX contains axis indices for the REL_YXYX format.
REL_YXYX is like YXYX, 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_YXYX format consists of the following required indices: