Method__init__(self, levels, block, in_channels, out_channels, stride=1,
level_root=False, root_dim=0, root
model/modeling/backbone/dla.py:179
Method__init__(self, cfg, input_shape, pretrained=True, DLA_TYPE = None, DLA_TRICKS = None, **kwargs)
model/modeling/backbone/dla.py:419
Method__init__(
self, in_ch, stage_ch, concat_ch, layer_per_block, module_name, SE=False, identity=False, depthwise=
model/modeling/backbone/vovnet.py:191
Method__init__(
self, in_ch, stage_ch, concat_ch, block_per_stage, layer_per_block, stage_num, SE=False, depthwise=F
model/modeling/backbone/vovnet.py:254
Method__init__(self, in_chans=3, num_classes=1000,
depths=[3, 3, 9, 3], dims=[96, 192, 384, 768], drop_pat
model/modeling/backbone/convnext.py:89
Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.SiLU, drop=0.,
norm
model/modeling/backbone/eva.py:155
Method__init__(
self, dim, num_heads=8, qkv_bias=False, qk_scale=None, attn_drop=0.,
proj_drop=0., w
model/modeling/backbone/eva.py:182
Method__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0.,
dr
model/modeling/backbone/eva.py:329
Method__init__(self, img_size=224, patch_size=16, in_chans=3, num_classes=1000, embed_dim=768, depth=12,
nu
model/modeling/backbone/eva.py:536
Method__init__(self, cls_weight=1.0, loc_weight = 0.25, dim_weight = 0.25, pose_weight = 0.25, total_cls_num = None, uncern_
model/modeling/detector3d/hungarian_assigner_3d.py:54
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_before
model/modeling/detector3d/detr_transformer.py:135
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_before
model/modeling/detector3d/detr_transformer.py:219
Method__init__(self, d_model=256, nhead=8,
num_encoder_layers=6, num_decoder_layers=6, dim_feedforward=1024
model/modeling/detector3d/deformable_detr.py:35
Method__init__(self, d_model=256, d_ffn=1024, dropout=0.1, activation="relu",
n_levels=4, n_heads=8, n_poin
model/modeling/detector3d/deformable_detr.py:159
Method__init__(self, d_model=256, d_ffn=1024,
dropout=0.1, activation="relu",
n_levels=4,
model/modeling/detector3d/deformable_detr.py:269
Method__init__(self, decoder_layer, num_layers, return_intermediate=False, use_dab=False, d_model=256, high_dim_query_update
model/modeling/detector3d/deformable_detr.py:350
Method__init__(self, inplanes, planes, kernel_size, padding, dilation,
BatchNorm)
model/modeling/detector3d/depthnet.py:12
Method__init__(self, in_channels, mid_channels, context_channels,
depth_channels, cfg = None)
model/modeling/detector3d/depthnet.py:157
Method__init__(self, voxel_size, point_cloud_range, max_num_points, max_voxels, num_point_features, device=torch.device("cud
model/spconv_voxelize/spconv_voxelize.py:12
Method__init__(self, use_h, use_w, rotate = 1, offset=False, ratio = 0.5, mode=0, prob = 1.)
model/util/grid_mask.py:7
Method_summarize(mode, ap=1, iouThr=None, areaRng="all", maxDets=100, log_str="")
model/evaluation/omni3d_evaluation.py:1630