↓ 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:25
↓ 2 callersMethod__init__(self, nclass, in_channels, features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=Fals
depth_anything/dpt_teacher.py:22
↓ 2 callersFunctionsave_image Save image tensor as a BGR image file. Args: img_tensor (torch.Tensor): Image tensor with shape [C, H, W] or [B, C, H, W]
util/visualize_utils.py:113