MCPcopy Create free account

hub / github.com/AIR-DISCOVER/Omni-PQ / functions

Functions370 in github.com/AIR-DISCOVER/Omni-PQ

Method__init__
(self, *args)
fit.py:16
Method__init__
(self, *args)
fit.py:32
Method__init__
(self, *args, **kwargs)
utils/logger.py:10
Method__init__
Create a summary writer logging to log_dir.
utils/tf_logger.py:17
Method__init__
(self, optimizer, multiplier, warmup_epoch, after_scheduler, last_epoch=-1)
utils/lr_scheduler.py:16
Method__init__
(self, opt, name='train')
utils/tf_visualizer.py:16
Method__init__
( self, args: List[int], *, bn: bool = False, acti
pointnet2/pytorch_utils.py:13
Method__init__
(self, in_size, batch_norm=None, name="")
pointnet2/pytorch_utils.py:41
Method__init__
(self, in_size: int, *, name: str = "")
pointnet2/pytorch_utils.py:51
Method__init__
(self, in_size: int, name: str = "")
pointnet2/pytorch_utils.py:57
Method__init__
(self, in_size: int, name: str = "")
pointnet2/pytorch_utils.py:63
Method__init__
( self, in_size, out_size, kernel_size, stride,
pointnet2/pytorch_utils.py:69
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
pointnet2/pytorch_utils.py:125
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
pointnet2/pytorch_utils.py:159
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
pointnet2/pytorch_utils.py:193
Method__init__
( self, model, bn_lambda, last_epoch=-1, setter=set_bn_momentum_default )
pointnet2/pytorch_utils.py:273
Method__init__
(self, p=0.5, inplace=False)
pointnet2/pointnet2_utils.py:41
Method__init__
(self, radius, nsample, use_xyz=True, ret_grouped_xyz=False, normalize_xyz=False, sample_uniformly=False, ret_
pointnet2/pointnet2_utils.py:306
Method__init__
(self)
pointnet2/pointnet2_modules.py:28
Method__init__
( self, *, npoint: int, radii: List[float], nsampl
pointnet2/pointnet2_modules.py:95
Method__init__
( self, *, mlp: List[int], npoint: int = None, rad
pointnet2/pointnet2_modules.py:168
Method__init__
( self, *, mlps: List[List[int]], npoint: int, rad
pointnet2/pointnet2_modules.py:278
Method__init__
(self, *, mlp: List[int], bn: bool = True)
pointnet2/pointnet2_modules.py:367
Method__init__
( self, *, mlps: List[List[int]], radii: List[float],
pointnet2/pointnet2_modules.py:422
Method__init__
(self, split_set='train', num_points=40000, augment=False, start_proportion=0.0, end_proportion=1.0,)
ARKitScenes/arkitscenes_dataset.py:43
Method__init__
(self)
scannet/model_util_scannet.py:15
Method__init__
(self, split_set='train', num_points=40000, use_color=False, use_height=False, augment=False,
scannet/scannet_detection_dataset.py:38
Method__init__
(self, input_feature_dim=0, width=2, depth=2)
models/backbone_module.py:33
Method__init__
(self, encoder_layer, num_layers, norm=None)
models/transformer.py:58
Method__init__
(self, decoder_layer, num_layers, norm=None, return_intermediate=False)
models/transformer.py:82
Method__init__
(self, d_model=288, nhead=8, dim_feedforward=2048, dropout=0.1, activation="relu", self_posem
models/transformer.py:117
Method__init__
(self, d_model=288, nhead=8, dim_feedforward=2048, dropout=0.1, activation="relu", self_posem
models/transformer.py:163
Method__init__
Args: ap_iou_thresh: float between 0 and 1.0 IoU threshold to judge whether a prediction is positive.
models/ap_helper_pq.py:523
Method__init__
Args: ap_iou_thresh: float between 0 and 1.0 IoU threshold to judge whether a prediction is positive.
models/ap_helper_pq.py:582
Method__init__
Votes generation from seed point features. Args: vote_facotr: int number of votes generated from each seed point
models/voting_module.py:17
Method__init__
(self, input_channel, num_pos_feats=288)
models/pq_transformer.py:22
Method__init__
(self,hidden_dim)
models/pq_transformer.py:95
Method__init__
Initializes the model. Parameters: backbone: torch module of the backbone to be used. See backbone.py transformer: to
models/pq_transformer.py:124
Method__init__
Args: gamma: Weighting parameter to balance loss for hard and easy examples. alpha: Weighting parameter to balance lo
models/utils/losses.py:26
Method__init__
(self, embed_dim, num_heads, dropout=0., bias=True, add_bias_kv=False, add_zero_attn=False, kdim=None,
models/utils/multi_head_attention.py:41
Method__init__
(self, npoint, radius, nsample, in_channel, mlp, group_all, knn=False)
models/utils/pointnet_util.py:178
Method__init__
(self, npoint, radius_list, nsample_list, in_channel, mlp_list, knn=False)
models/utils/pointnet_util.py:218
Method__init__
(self, in_channel, mlp)
models/utils/pointnet_util.py:280
Method__init__
object candidate point prediction from seed point features. Args: seed_feature_dim: int number of channels of see
models/utils/pointnet_util.py:334
Method__init__
(self)
models/utils/pointnet_util.py:364
Method__init__
(self, primary_color, secondary_color)
models/utils/distance_util.py:10
Method__init__
(self)
models/utils/distance_util.py:25
Method__iter__
(self)
double_loader.py:36
Method__len__
(self)
ARKitScenes/arkitscenes_dataset.py:80
Method__len__
(self)
scannet/scannet_detection_dataset.py:83
Method__next__
(self)
double_loader.py:40
Method__str__
(self)
fit.py:148
Methodangle2class
Convert continuous angle to discrete class [optinal] also small regression number from class center angle to current angle.
scannet/model_util_scannet.py:35
Methodbackward
(xyz, a=None)
pointnet2/pointnet2_utils.py:76
Methodbackward
(ctx, grad_out)
pointnet2/pointnet2_utils.py:110
Methodbackward
r""" Parameters ---------- grad_out : torch.Tensor (B, c, n) tensor with gradients of ouputs Returns
pointnet2/pointnet2_utils.py:180
Methodbackward
r""" Parameters ---------- grad_out : torch.Tensor (B, C, npoint, nsample) tensor of the gradients of the output
pointnet2/pointnet2_utils.py:235
Methodbackward
(ctx, a=None)
pointnet2/pointnet2_utils.py:287
Functionbox2d_iou
Compute 2D bounding box IoU. Input: box1: tuple of (xmin,ymin,xmax,ymax) box2: tuple of (xmin,ymin,xmax,ymax) Output:
utils/box_util.py:170
Functionbuild_transformer
(d_model=288)
models/transformer.py:240
Functioncalc_distance_from_center
(_pc_scene, predicted_quads, lambda_l=0)
models/utils/distance_util.py:149
Functioncalc_distance_quad_center_penalty
()
models/utils/distance_util.py:188
Functioncalc_normal
(scene_name, prefix="Training")
ARKitScenes/dataset/compute_normal_for_pc.py:11
Methodcompute_metrics
Use accumulated predictions and groundtruths to compute Average Precision.
models/ap_helper_pq.py:616
Functiondistance_loss_spectral_clustering
(end_points, config, query_points_obj_topk, pc_loss, num_layer)
models/utils/distance_util.py:192
Functiondump_pc_colored
(point_clouds, dump_name="./dump/tmp.txt", colors=None)
models/dump_helper.py:25
Functiondump_results
Dump results. Args: end_points: dict {..., pred_mask} pred_mask is a binary mask array of size (batch_size, num_
models/dump_helper.py:59
Functiondump_single_quad
(quad_center, normal_vector, quad_size, quad_score, dump_dir, config)
models/dump_helper_quad.py:23
Methodem_step
(self, arr, prob)
fit.py:39
Functioneval_det
Generic functions to compute precision/recall for object detection for multiple classes. Input: pred_all: map of {img_id:
utils/eval_det.py:169
Functioneval_det_cls_wrapper
(arguments)
utils/eval_det.py:164
Functionfilp_axis_to_depth_tensor
(pc)
models/ap_helper_pq.py:55
Functionfn
(m)
pointnet2/pytorch_utils.py:264
MethodformatMessage
(self, record)
utils/logger.py:17
Methodforward
(self, X)
pointnet2/pointnet2_utils.py:46
Methodforward
r""" Uses iterative furthest point sampling to select a set of npoint features that have the largest minimum distance Paramet
pointnet2/pointnet2_utils.py:53
Methodforward
r""" Parameters ---------- features : torch.Tensor (B, C, N) tensor idx : torch.Tensor (B, n
pointnet2/pointnet2_utils.py:85
Methodforward
r""" Find the three nearest neighbors of unknown in known Parameters ---------- unknown : torch.Tensor
pointnet2/pointnet2_utils.py:122
Methodforward
r""" Performs weight linear interpolation on 3 features Parameters ---------- features : torch.Tensor
pointnet2/pointnet2_utils.py:154
Methodforward
r""" Parameters ---------- features : torch.Tensor (B, C, N) tensor of features to group idx : torch.Tens
pointnet2/pointnet2_utils.py:211
Methodforward
r""" Parameters ---------- radius : float radius of the balls nsample : int maximum number of
pointnet2/pointnet2_utils.py:262
Methodforward
r""" Parameters ---------- xyz : torch.Tensor xyz coordinates of the features (B, N, 3) new_xyz : torch.Te
pointnet2/pointnet2_utils.py:317
Methodforward
r""" Parameters ---------- xyz : torch.Tensor xyz coordinates of the features (B, N, 3) new_xyz : torch.Te
pointnet2/pointnet2_utils.py:392
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:34
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:210
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:309
Methodforward
r""" Parameters ---------- unknown : torch.Tensor (B, n, 3) tensor of the xyz positions of the unknown features
pointnet2/pointnet2_modules.py:371
Methodforward
r""" Propagate features from xyz1 to xyz2. Parameters ---------- xyz2 : torch.Tensor (B, N2, 3) tensor of the xyz
pointnet2/pointnet2_modules.py:454
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
models/backbone_module.py:86
Methodforward
(self, src, src_embed, query, query_embed)
models/transformer.py:45
Methodforward
(self, src, mask: Optional[Tensor] = None, src_key_padding_mask: Optional[Tens
models/transformer.py:64
Methodforward
(self, tgt, memory, tgt_mask: Optional[Tensor] = None, memory_mask: Optional[T
models/transformer.py:89
Methodforward
(self, src, pos = None)
models/transformer.py:157
Methodforward
:param query: B C Pq :param key: B C Pk :param query_pos: B Pq 3/6 :param key_pos: B Pk 3/6 :param value_pos:
models/transformer.py:188
Methodforward
Forward pass. Arguments: seed_xyz: (batch_size, num_seed, 3) Pytorch tensor seed_features: (batch_size, feature_dim,
models/voting_module.py:38
Methodforward
(self, xyz)
models/pq_transformer.py:30
Methodforward
(self,net,base_xyz,end_points,prefix)
models/pq_transformer.py:79
Methodforward
(self,net,base_xyz,end_points,prefix)
models/pq_transformer.py:106
Methodforward
(self, inputs)
models/pq_transformer.py:196
Methodforward
Args: input: (B, #proposals, #classes) float tensor. Predicted logits for each class target: (B, #pro
models/utils/losses.py:56
← previousnext →201–300 of 370, ranked by callers