clip_to_image
函数keras_cv.bounding_box.clip_to_image(
bounding_boxes, bounding_box_format, images=None, image_shape=None
)
将边界框裁剪到图像边界。
clip_to_image()
函数裁剪超出图像边界的边界框,使其位于图像边界内。这是通过将边界框转换为相对格式,然后将其裁剪到 [0, 1]
范围内来实现的。此外,面积为零的边界框的类别 ID 将设置为 -1,表示其中不存在任何对象。
参数