Method__init__(
self,
pretrain_size=224,
num_heads=12,
conv_inplane=64,
n_points=4,
dinov2/dinov2/eval/segmentation_m2f/models/backbones/vit_adapter.py:21
Method__init__(self, num_feats, row_num_embed=50, col_num_embed=50, init_cfg=dict(type="Uniform", layer="Embedding"))
dinov2/dinov2/eval/segmentation_m2f/models/utils/positional_encoding.py:113
Method__init__(
self,
in_channels,
out_channels,
kernel_size=2,
stride=None,
dinov2/dinov2/eval/segmentation_m2f/models/utils/transformer.py:133
Method__init__(
self,
in_channels=[256, 512, 1024, 2048],
strides=[4, 8, 16, 32],
feat_chann
dinov2/dinov2/eval/segmentation_m2f/models/plugins/msdeformattn_pixel_decoder.py:42
Method__init__(self, backbone, decode_head, neck=None, train_cfg=None, test_cfg=None, pretrained=None, init_cfg=None)
dinov2/dinov2/eval/depth/models/depther/encoder_decoder.py:41
Method__init__(
self, in_channels=768, out_channels=[96, 192, 384, 768], readout_type="ignore", patch_size=16, init_
dinov2/dinov2/eval/depth/models/decode_heads/dpt_head.py:59
Method__init__(self, in_channels, act_cfg, norm_cfg, stride=1, dilation=1, init_cfg=None)
dinov2/dinov2/eval/depth/models/decode_heads/dpt_head.py:135
Method__init__(self, in_channels, act_cfg, norm_cfg, expand=False, align_corners=True, init_cfg=None)
dinov2/dinov2/eval/depth/models/decode_heads/dpt_head.py:182
Method__init__(self, input_transform="resize_concat", in_index=(0, 1, 2, 3), upsample=1, **kwargs)
dinov2/dinov2/eval/depth/models/decode_heads/linear_head.py:18
Method__init__(
self, valid_mask=True, loss_weight=1.0, max_depth=None, warm_up=False, warm_iter=100, loss_name="sig
dinov2/dinov2/eval/depth/models/losses/sigloss.py:26
Method__init__(self, update_interval=1, grad_clip=None, coalesce=True, bucket_size_mb=-1, use_fp16=False)
dinov2/dinov2/eval/segmentation/hooks/optimizer.py:18
Method__init__(
self,
in_channels,
conv_layer=None,
act_layer=nn.ReLU,
channels=96,
dinov2/dinov2/hub/depth/decode_heads.py:61
Method__init__(
self,
in_channels,
out_channels,
kernel_size,
stride=1,
padd
dinov2/dinov2/hub/depth/decode_heads.py:352
Method__init__(self, in_channels=768, out_channels=[96, 192, 384, 768], readout_type="ignore", patch_size=16)
dinov2/dinov2/hub/depth/decode_heads.py:539
Method__init__(self, in_channels, act_layer, norm_layer, stride=1, dilation=1)
dinov2/dinov2/hub/depth/decode_heads.py:610
Method__init__(self, in_channels, act_layer, norm_layer, expand=False, align_corners=True)
dinov2/dinov2/hub/depth/decode_heads.py:656
Method__init__(
self,
embed_dims=768,
post_process_channels=[96, 192, 384, 768],
readout_typ
dinov2/dinov2/hub/depth/decode_heads.py:704
Method__init__(
self,
img_size: Union[int, Tuple[int, int]] = 224,
patch_size: Union[int, Tuple[int,
dinov2/dinov2/layers/patch_embed.py:37