↓ 5 callersMethodlog_images(self, rgb: Dict[str, list] = {}, depth: Dict[str, list] = {}, scalar_field: Dict[str, list] = {}, prefix="",
metric_depth/zoedepth/trainers/base_trainer.py:289
↓ 4 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,
metric_depth/zoedepth/utils/misc.py:97
↓ 4 callersMethodlog_every(self, iterable, print_freq, header=None, n_iterations=None, start_iteration=0)
torchhub/facebookresearch_dinov2_main/dinov2/logging/helpers.py:67
↓ 3 callersFunctionevaluate(
model: nn.Module,
data_loader,
postprocessors: Dict[str, nn.Module],
metrics: Dict[str, Metr
torchhub/facebookresearch_dinov2_main/dinov2/eval/utils.py:49
↓ 3 callersFunctionevaluate_linear_classifiers(
feature_model,
linear_classifiers,
data_loader,
metric_type,
metrics_file_path,
trai
torchhub/facebookresearch_dinov2_main/dinov2/eval/linear.py:261
↓ 2 callersMethod__init__(self, nclass, in_channels, features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=Fals
depth_anything/dpt.py:23
↓ 2 callersFunctionget_border_params(rgb_image, tolerance=0.1, cut_off=20, value=0, level_diff_threshold=5, channel_axis=-1, min_border=5)
metric_depth/zoedepth/data/preprocess.py:39