↓ 5 callersMethodapply_model(self, x_noisy, t, cond, global_strength=1, *args, **kwargs)
models/uni_controlnet.py:47
↓ 5 callersMethoddecode(self, x_latent, cond, t_start, unconditional_guidance_scale=1.0, unconditional_conditioning=None,
ldm/models/diffusion/ddim.py:321
↓ 4 callersMethod__init__(self, low_in_channels, high_in_channels, channels,
out_channels, query_scales, key_pool_scal
annotator/uniformer/mmseg/models/decode_heads/ann_head.py:99
↓ 4 callersFunction_make_vit_b16_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
vit_features=
annotator/midas/midas/vit.py:183
↓ 4 callersFunctioncalculate_weights_indices(in_length, out_length, scale, kernel, kernel_width, antialiasing)
ldm/modules/image_degradation/utils_image.py:708
↓ 3 callersMethod__init__(self,
in_channels=3,
num_channels=(32, 64, 128),
num_block
annotator/uniformer/mmseg/models/backbones/cgnet.py:215
↓ 3 callersFunction_load_checkpointLoad checkpoint from somewhere (modelzoo, file, url). Args: filename (str): Accept local filepath, URL, ``torchvision://xxx``,
annotator/uniformer/mmcv/runner/checkpoint.py:450
↓ 3 callersFunction_make_encoder(backbone, features, use_pretrained, groups=1, expand=False, exportable=True, hooks=None, use_vit_only=False,
annotator/midas/midas/blocks.py:11