↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
colmap.py:74
↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
training_ggi/colmap.py:74
↓ 6 callersMethod__init__(self, in_c1, in_c2, out_c1, out_c2, upscale = True)
src/flux/annotator/mlsd/models/mbv2_mlsd_tiny.py:10
↓ 6 callersMethod__init__(self, in_c1, in_c2, out_c1, out_c2, upscale = True)
src/flux/annotator/mlsd/models/mbv2_mlsd_large.py:10
↓ 5 callersMethodlog_images(self, rgb: Dict[str, list] = {}, depth: Dict[str, list] = {}, scalar_field: Dict[str, list] = {}, prefix="",
src/flux/annotator/zoe/zoedepth/trainers/base_trainer.py:289
↓ 4 callersFunction_make_swin_backbone(
model,
hooks=[1, 1, 17, 1],
patch_grid=[96, 96]
)
src/flux/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/swin_common.py:13
↓ 4 callersFunction_make_vit_b16_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[2, 5, 8, 11],
vit_features=
src/flux/annotator/midas/midas/vit.py:183
↓ 3 callersFunction_make_beit_backbone(
model,
features=[96, 192, 384, 768],
size=[384, 384],
hooks=[0, 4, 8, 11],
src/flux/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/beit.py:130
↓ 3 callersFunction_make_encoder(backbone, features, use_pretrained, groups=1, expand=False, exportable=True, hooks=None,
us
src/flux/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:32
↓ 3 callersFunction_make_encoder(backbone, features, use_pretrained, groups=1, expand=False, exportable=True, hooks=None, use_vit_only=False,
src/flux/annotator/midas/midas/blocks.py:11