↓ 7 callersMethod__init__(self, in_features, out_features=None, mlp_ratio=None, drop=0., bias=True)
dmidas/backbones/next_vit.py:152
↓ 5 callersMethodlog_images(self, rgb: Dict[str, list] = {}, depth: Dict[str, list] = {}, scalar_field: Dict[str, list] = {}, prefix="",
dzoedepth/trainers/base_trainer.py:289
↓ 4 callersFunction_make_swin_backbone(
model,
hooks=[1, 1, 17, 1],
patch_grid=[96, 96]
)
dmidas/backbones/swin_common.py:13
↓ 3 callersFunction_make_beit_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[0, 4, 8, 11],
dmidas/backbones/beit.py:132
↓ 3 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,
dzoedepth/utils/misc.py:97
↓ 3 callersFunctionfilter_irrelevant_edge_new(self_edge, comp_edge, other_edges, other_edges_with_id, current_edge_id, context, depth, mesh, context_cc, sp
inpaint/utils.py:66
↓ 3 callersFunctionget_edge_from_nodes(context_cc, erode_context_cc, mask_cc, edge_cc, extend_edge_cc, H, W, mesh)
inpaint/mesh_tools.py:947
↓ 3 callersFunctionget_map_from_ccs(ccs, height, width, condition_input=None, condition=None, real_id=False, id_shift=0)
inpaint/mesh_tools.py:875