↓ 2 callersFunction_make_vit_b16_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
vit_features=
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/vit.py:75
↓ 2 callersFunctioncolorizeConverts a depth map to a color image. Args: value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H,
annotator/zoe/zoedepth/utils/misc.py:97
↓ 2 callersFunctionget_border_params(rgb_image, tolerance=0.1, cut_off=20, value=0, level_diff_threshold=5, channel_axis=-1, min_border=5)
annotator/zoe/zoedepth/data/preprocess.py:39
↓ 2 callersFunctionmake_backbone_default(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:144
↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel_size, temporal_kernel_size=None, **kwargs)
ldm/modules/diffusionmodules/util.py:288
↓ 1 callersFunction_make_levit_backbone(
model,
hooks=[3, 11, 21],
patch_grid=[14, 14]
)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/levit.py:23