↓ 2 callersFunction_make_vit_b16_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
vit_features=
imaginairy/modules/midas/midas/backbones/vit.py:82
↓ 2 callersFunctionconv(in_planes, out_planes, kernel_size=3, stride=1, padding=1, dilation=1)
imaginairy/enhancers/video_interpolation/rife/IFNet_HDv3.py:10
↓ 2 callersFunctionconvert_bbox_to_zTakes a bounding box in the form [x1,y1,x2,y2] and returns z in the form [x,y,s,r] where x,y is the centre of the box and s is the scale/area and
imaginairy/vendored/facexlib/tracking/kalman_tracker.py:5
↓ 2 callersFunctionconvert_x_to_bboxTakes a bounding box in the centre form [x,y,s,r] and returns it in the form [x1,y1,x2,y2] where x1,y1 is the top left and x2,y2 is the bottom
imaginairy/vendored/facexlib/tracking/kalman_tracker.py:19
↓ 2 callersMethoddpm_solver_3_step(self, x, t, t_next, r1=1 / 3, r2=2 / 3, eps_cache=None)
imaginairy/vendored/k_diffusion/sampling.py:523
↓ 2 callersFunctiongenerate_word_image(
text: str,
width: int,
height: int,
margin_pct: float = 0.1,
line_spacing: int = 4,
imaginairy/utils/text_image.py:54
↓ 2 callersMethodget_fold_unfold :param x: img of size (bs, c, h, w) :return: n img crops of size (n, bs, c, kernel_size[0], kernel_size[1])
imaginairy/modules/autoencoder.py:481