↓ 5 callersFunctionletterbox(img, new_shape=(416, 416), color=(114, 114, 114), auto=True, scaleFill=False, scaleup=True)
Pruneyolov3v4/utils/datasets.py:621
↓ 3 callersFunctionplot_images(images, targets, paths=None, fname='images.jpg', names=None, max_size=640, max_subplots=16)
Pruneyolov3v4/utils/utils.py:859
↓ 2 callersFunctionnon_max_suppression Performs Non-Maximum Suppression on inference results Returns detections with shape: nx6 (x1, y1, x2, y2, conf, cls)
Pruneyolov3v4/utils/utils.py:479
↓ 2 callersFunctionrandom_affine(img, targets=(), degrees=10, translate=.1, scale=.1, shear=10, border=0)
Pruneyolov3v4/utils/datasets.py:654
↓ 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=
Pruneyolov3v4/utils/adabound.py:26
↓ 1 callersFunctionoutput_to_target Convert a YOLO model output to target format [batch_id, class_id, x, y, w, h, conf]
Pruneyolov3v4/utils/utils.py:799
↓ 1 callersMethodupdateBN(sr_flag, module_list, s, prune_idx, epoch, idx2mask=None, opt=None)
Pruneyolov3v4/utils/prune_utils.py:168
Method__init__(self, anchors, nc, img_size, yolo_index, layers, stride)
Pruneyolov3v4/models.py:147
Method__init__(self, in_ch, out_ch, k=(3, 5, 7), stride=1, dilation=1, bias=True, method='equal_params')
Pruneyolov3v4/utils/layers.py:76