MCPcopy Create free account

hub / github.com/Lizhuoling/UniMODE / functions

Functions454 in github.com/Lizhuoling/UniMODE

Method__init__
( self, dim, num_heads=8, qkv_bias=True, qk_sc
model/modeling/backbone/eva_det.py:70
Method__init__
Args: in_channels (int): Number of input channels. out_channels (int): Number of output channels. bottlen
model/modeling/backbone/eva_det.py:145
Method__init__
Args: dim (int): Number of input channels. num_heads (int): Number of attention heads in each ViT block.
model/modeling/backbone/eva_det.py:203
Method__init__
Args: net (Backbone): module representing the subnetwork backbone. Must be a subclass of :class:`Backbone`.
model/modeling/backbone/eva_det.py:443
Method__init__
(self, inplanes, planes, stride=1, dilation=1)
model/modeling/backbone/dla.py:42
Method__init__
(self, inplanes, planes, stride=1, dilation=1)
model/modeling/backbone/dla.py:75
Method__init__
(self, inplanes, planes, stride=1, dilation=1)
model/modeling/backbone/dla.py:117
Method__init__
(self, in_channels, out_channels, kernel_size, residual)
model/modeling/backbone/dla.py:158
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, inplace=True)
model/modeling/backbone/vovnet.py:167
Method__init__
(self, channel, reduction=4)
model/modeling/backbone/vovnet.py:176
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, cfg, input_shape, pretrained=True)
model/modeling/backbone/densenet.py:11
Method__init__
(self, drop_prob=None)
model/modeling/backbone/convnext.py:50
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, normalized_shape, eps=1e-6, data_format="channels_last")
model/modeling/backbone/convnext.py:153
Method__init__
(self, pretrained=True, in_22k=True, **kwargs)
model/modeling/backbone/convnext.py:202
Method__init__
(self, cfg, input_shape, pretrained=True)
model/modeling/backbone/shufflenet.py:11
Method__init__
( self, dim, pt_seq_len=16, ft_seq_len=None, custom_freqs = None,
model/modeling/backbone/eva.py:50
Method__init__
(self, drop_prob=None)
model/modeling/backbone/eva.py:115
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, embed_dim=768)
model/modeling/backbone/eva.py:427
Method__init__
(self, window_size, num_heads)
model/modeling/backbone/eva.py:450
Method__init__
(self, window_size, num_heads)
model/modeling/backbone/eva.py:503
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, cfg, input_shape, pretrained=True)
model/modeling/backbone/mnasnet.py:11
Method__init__
(self, RESNTE_DEPTH, input_shape, pretrained=True)
model/modeling/backbone/resnet.py:13
Method__init__
(self, cfg,)
model/modeling/meta_arch/MM_UniMODE.py:26
Method__init__
(self, cfg, in_channels)
model/modeling/detector3d/center_head.py:18
Method__init__
(self, cfg, img_in_ch, point_in_ch, voxel_num, out_ch)
model/modeling/detector3d/mm_dv_attn.py:15
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, encoder_layer, num_layers, norm=None)
model/modeling/detector3d/detr_transformer.py:70
Method__init__
(self, decoder_layer, num_layers, norm=None, return_intermediate=False)
model/modeling/detector3d/detr_transformer.py:94
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, embed_dims, num_heads, attn_drop=0.,
model/modeling/detector3d/detr_transformer.py:355
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, encoder_layer, num_layers, cfg = None)
model/modeling/detector3d/deformable_detr.py:201
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, d_model, adaptive_norm=False, group_num=-1)
model/modeling/detector3d/deformable_detr.py:419
Method__init__
(self, inplanes, planes, kernel_size, padding, dilation, BatchNorm)
model/modeling/detector3d/depthnet.py:12
Method__init__
(self, inplanes, mid_channels=256, BatchNorm=nn.BatchNorm2d)
model/modeling/detector3d/depthnet.py:44
Method__init__
(self, channels, act_layer=nn.ReLU, gate_layer=nn.Sigmoid)
model/modeling/detector3d/depthnet.py:117
Method__init__
(self, in_channels, mid_channels, context_channels, depth_channels, cfg = None)
model/modeling/detector3d/depthnet.py:157
Method__init__
(self, softmax_scale=None, attention_dropout=0.0, device=None, dtype=None)
model/modeling/detector3d/attention.py:45
Method__init__
(self, cfg)
model/modeling/detector3d/detector3d.py:51
Method__init__
(self, cfg, in_channels)
model/modeling/detector3d/detector3d.py:471
Method__init__
(self, cfg)
model/modeling/detector3d/mutual_info_inpaint.py:15
Method__init__
(self, in_channels, out_channels, num_outs,
model/modeling/neck/cp_fpn.py:62
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, optimizer, warmup_steps, warmup_ratios=0.3333, last_epoch=-1)
model/solver/build.py:143
Method__init__
(self, brightness_delta=32, contrast_range=(0.5, 1.5), satu
model/data/augmentation.py:35
Method__init__
NOTE: this interface is experimental. Args: is_train: whether it's used in training or inference augmentatio
model/data/dataset_mapper.py:29
Method__init__
(self, down_ratio)
model/data/dataset_mapper.py:198
Method__init__
(self, annotation_files, filter_settings=None, cfg = None, is_train = False)
model/data/datasets.py:149
Method__init__
A helper class to initialize, evaluate and summarize Omni3D metrics. The evaluator relies on the detectron2 MetadataCatalog for kee
model/evaluation/omni3d_evaluation.py:171
Method__init__
Args: dataset_name (str): name of the dataset to be evaluated. It must have either the following corresponding me
model/evaluation/omni3d_evaluation.py:649
Method__init__
Args: iouType (str): defines 2D or 3D evaluation parameters. One of {"2D", "3D"}
model/evaluation/omni3d_evaluation.py:1076
Method__init__
Initialize COCOeval using coco APIs for Gt and Dt Args: cocoGt: COCO object with ground truth annotations coc
model/evaluation/omni3d_evaluation.py:1107
Method__init__
Multi-Scale Deformable Attention Module :param d_model hidden dimension :param n_levels number of feature levels
model/deformable_ops/modules/ms_deform_attn.py:31
Method__init__
(self, rasterizer, shader)
model/util/math_util.py:842
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__init__
(self, keys, channels)
model/util/util.py:308
Method__init__
(self, weight=1.)
model/util/match_cost.py:14
Method__init__
(self, num_feats, row_num_embed=50, col_num_embed=50,
model/util/position_encoding.py:129
Method__repr__
(self)
model/spconv_voxelize/spconv_voxelize.py:63
Method__repr__
(self)
model/data/augmentation.py:102
Method__repr__
str: a string that describes the module
model/util/position_encoding.py:104
Method__repr__
str: a string that describes the module
model/util/position_encoding.py:163
Method_eval_predictions
Evaluate predictions. Fill self._results with the metrics of the tasks.
model/evaluation/omni3d_evaluation.py:849
Method_get_supported_prefixes
(self)
model/util/model_zoo.py:15
Method_init_weights
(self, m)
model/modeling/backbone/eva_det.py:414
Method_init_weights
(self, m)
model/modeling/backbone/convnext.py:127
Method_init_weights
(self, m)
model/modeling/backbone/eva.py:637
Method_initialize_weights
(self)
model/modeling/backbone/vovnet.py:356
Method_make_level
(self, block, inplanes, planes, blocks, stride=1)
model/modeling/backbone/dla.py:271
Method_open
(self, path, mode="r", **kwargs)
model/util/model_zoo.py:23
Method_summarize
(mode, ap=1, iouThr=None, areaRng="all", maxDets=100, log_str="")
model/evaluation/omni3d_evaluation.py:1630
Method_summarizeDets
(mode)
model/evaluation/omni3d_evaluation.py:1686
Function_test_loader_from_config
(cfg, dataset_name, mapper=None)
model/data/build.py:198
Function_train_loader_from_config
(cfg, mapper=None, *, dataset=None, sampler=None, dataset_id_to_src=None)
model/data/build.py:48
Functionall_gather_object
(obj)
model/util/torch_dist.py:45
Methodbackward
(ctx, grad_output)
model/deformable_ops/functions/ms_deform_attn_func.py:32
Functionbox_cxcywh_to_xyxy
(x)
model/util/util.py:363
Functionbox_xyxy_to_cxcywh
(x)
model/util/util.py:370
Functionbuild_densenet_fpn_backbone
Args: cfg: a detectron2 CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`.
model/modeling/backbone/densenet.py:42
Functionbuild_dla_from_vision_fpn_backbone
Args: cfg: a detectron2 CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`.
model/modeling/backbone/dla.py:491
Functionbuild_mnasnet_fpn_backbone
Args: cfg: a detectron2 CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`.
model/modeling/backbone/mnasnet.py:41
Functionbuild_resnet_from_vision_fpn_backbone
Args: cfg: a detectron2 CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`.
model/modeling/backbone/resnet.py:67
Functionbuild_shufflenet_fpn_backbone
Args: cfg: a detectron2 CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`.
model/modeling/backbone/shufflenet.py:47
Functioncompute_eta
Computes estimated time left for an iterative function to finish. Args: start_time (int): the time the function started at (e.g from
model/util/util.py:80
Functioncompute_priors
Computes priors via simple averaging or a custom K-Means clustering.
model/util/math_util.py:294
Functionconv3x3
3x3 convolution with padding
model/modeling/backbone/dla.py:35
Functioncreate_colorbar
(height, width, color_lo=(0,0, 250), color_hi=(0, 250, 250))
model/vis/vis.py:63
← previousnext →201–300 of 454, ranked by callers