↓ 1 callersFunction_load_checkpointLoad checkpoint from somewhere (modelzoo, file, url). Args: filename (str): Accept local filepath, URL, ``torchvision://xxx``,
annotator/uniformer/mmcv_custom/checkpoint.py:225
↓ 1 callersFunction_make_vit_b_rn50_backbone(
model,
features=[256, 512, 768, 768],
size=[384, 384],
hooks=[0, 1, 8, 11],
vit_features
annotator/midas/midas/vit.py:343
↓ 1 callersFunctionbinary_dice_loss(pred, target, valid_mask, smooth=1, exponent=2, **kwards)
annotator/uniformer/mmseg/models/losses/dice_loss.py:37