转换边界框格式

[源代码]

convert_format 函数

keras_cv.bounding_box.convert_format(
    boxes, source, target, images=None, image_shape=None, dtype="float32"
)