↓ 2 callersFunction_make_vit_b16_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
vit_features=
src/flux/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,
src/flux/annotator/zoe/zoedepth/utils/misc.py:97
↓ 2 callersFunctiondeccode_output_score_and_ptss tpMap: center: tpMap[1, 0, :, :] displacement: tpMap[1, 1:5, :, :]
src/flux/annotator/mlsd/utils.py:19
↓ 2 callersFunctionget_border_params(rgb_image, tolerance=0.1, cut_off=20, value=0, level_diff_threshold=5, channel_axis=-1, min_border=5)
src/flux/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],
src/flux/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:144
↓ 2 callersFunctionnormalize_input(
item,
mean=[0.5, 0.5, 0.5], # Imagenet [0.485, 0.456, 0.406]
std=[0.5, 0.5, 0.5],
training_ggi/mydataset_depthhed_mask.py:65