↓ 3 callersFunctionto_center_coordinatesConvert bounding boxes of the format [ymin, xmin, ymax, xmax] to the format [cy, cx, h, w]. Arguments: boxes: a list of float tensors
src/utils/box_utils.py:87
↓ 2 callersFunctionto_minmax_coordinatesConvert bounding boxes of the format [cy, cx, h, w] to the format [ymin, xmin, ymax, xmax]. Arguments: boxes: a list of float tensors
src/utils/box_utils.py:69
↓ 1 callersFunctionrandom_image_crop(
image, boxes, probability=0.5,
min_object_covered=0.9,
aspect_ratio_range=(0.75, 1.3
src/input_pipeline/random_image_crop.py:5