↓ 6 callersFunctionletterbox(img, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleFill=False, scaleup=True, auto_size=32)
utils/datasets.py:1107
↓ 4 callersFunctionrandom_perspective(img, targets=(), degrees=10, translate=.1, scale=.1, shear=10, perspective=0.0, border=(0, 0))
utils/datasets.py:1140
↓ 3 callersFunctioncreate_dataloader(path, imgsz, batch_size, stride, opt, hyp=None, augment=False, cache=False, pad=0.0, rect=False,
utils/datasets.py:60
↓ 1 callersMethod__init__(self, params, lr=1e-3, betas=(0.9, 0.999), final_lr=0.1, gamma=1e-3,
eps=1e-8, weight_decay=
utils/adabound.py:26
↓ 1 callersFunctionbbox_iou(box1, box2, x1y1x2y2=True, GIoU=False, DIoU=False, CIoU=False, EIoU=False, ECIoU=False, eps=1e-9)
utils/general.py:187