MCPcopy Create free account

hub / github.com/InternRobotics/P3Former / functions

Functions134 in github.com/InternRobotics/P3Former

Method__init__
(self, num_classes, num_queries, embed_dims,
p3former/decode_heads/p3former_head.py:190
Method__repr__
str: Return a string that describes the module.
datasets/transforms/transforms_3d.py:213
Method__repr__
str: Return a string that describes the module.
datasets/transforms/transforms_3d.py:376
Method__repr__
str: Return a string that describes the module.
datasets/transforms/loading.py:343
Method__repr__
str: Return a string that describes the module.
datasets/transforms/formating.py:248
Method_get_target_single
( self, positive_indices, negative_indices, positive_gt_masks, positiv
p3former/decode_heads/p3former_head.py:621
Method_load_bboxes
Private function to load bounding box annotations. The only difference is it remove the proceess for `ignore_flag` Args:
datasets/transforms/loading.py:290
Method_load_labels
Private function to load label annotations. Args: results (dict): Result dict from :obj :obj:`mmcv.BaseDataset`. Returns
datasets/transforms/loading.py:305
Method_sample_neg
Sample negative samples.
p3former/task_modules/samplers/mask_pseduo_sampler.py:50
Method_sample_pos
Sample positive samples.
p3former/task_modules/samplers/mask_pseduo_sampler.py:46
Methodcompute_metrics
Compute the metrics from processed results. Args: results (list): The processed results of each batch. Returns:
evaluation/metrics/panoptic_seg_metric.py:48
Functioncreate_nuscenes_infos
Create info file of nuscene dataset. Given the raw data, generate its related info file in pkl format. Args: root_path (str): Path o
tools/dataset_converters/nuscenes_converter.py:44
Functioncreate_semantickitti_info_file
Create info file of SemanticKITTI dataset. Directly generate info file without raw data. Args: pkl_prefix (str): Prefix of the info
tools/dataset_converters/semantickitti_converter.py:86
Functionexport_2d_annotation
Export 2d annotation from the info file and raw data. Args: root_path (str): Root path of the raw data. info_path (str): Path of
tools/dataset_converters/nuscenes_converter.py:358
Methodforward
Forward pass.
p3former/backbones/cylinder3d.py:82
Methodforward
Forward pass.
p3former/backbones/cylinder3d.py:194
Methodforward
Forward pass.
p3former/backbones/cylinder3d.py:292
Methodforward
Forward pass.
p3former/backbones/cylinder3d.py:370
Methodforward
Forward pass.
p3former/backbones/cylinder3d.py:473
Methodforward
Perform normalization, padding and bgr2rgb conversion based on ``BaseDataPreprocessor``. Args: data (dict or List[dict]):
p3former/data_preprocessors/data_preprocessor.py:111
Methodforward
(self, queries, features, masks)
p3former/decode_heads/p3former_head.py:59
Methodforward
Update queries in batch level.
p3former/decode_heads/p3former_head.py:150
Methodforward
(self, input)
p3former/decode_heads/p3former_head.py:181
Methodget_seg_label_mapping
(self, metainfo)
datasets/semantickitti_dataset.py:93
Methodloss
Calculate losses from a batch of inputs and data samples. Args: batch_inputs_dict (dict): Input sample dict which
p3former/segmentors/p3former.py:33
Methodloss
(self, batch_inputs, batch_data_samples, train_cfg)
p3former/decode_heads/p3former_head.py:427
Methodpa_seg_single
Get Predictions of a single sample level.
p3former/decode_heads/p3former_head.py:719
Methodparse_data_info
Process the raw data info. Convert all relative path of needed modality data file to the absolute path. And process the `inst
datasets/semantickitti_dataset.py:99
Methodpredict
(self, batch_inputs_dict, batch_data_samples, **kwargs)
p3former/segmentors/p3former.py:59
Methodpredict
(self, batch_inputs, batch_data_samples)
p3former/decode_heads/p3former_head.py:692
Methodtransform
PolarMix transform function. Args: input_dict (dict): Result dict from loading pipeline. Returns: dict: outp
datasets/transforms/transforms_3d.py:180
Methodtransform
LaserMix transform function. Args: input_dict (dict): Result dict from loading pipeline. Returns: dict: outp
datasets/transforms/transforms_3d.py:343
Methodtransform
Function to load multiple types annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. Return
datasets/transforms/loading.py:316
Methodtransform
Method to pack the input data. when the value in this dict is a list, it usually is in Augmentations Testing. Args: resul
datasets/transforms/formating.py:88
← previous101–134 of 134, ranked by callers