Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/P3Former
/ functions
Functions
134 in github.com/InternRobotics/P3Former
⨍
Functions
134
◇
Types & classes
20
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
Method
compute_metrics
Compute the metrics from processed results. Args: results (list): The processed results of each batch. Returns:
evaluation/metrics/panoptic_seg_metric.py:48
Function
create_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
Function
create_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
Function
export_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
Method
forward
Forward pass.
p3former/backbones/cylinder3d.py:82
Method
forward
Forward pass.
p3former/backbones/cylinder3d.py:194
Method
forward
Forward pass.
p3former/backbones/cylinder3d.py:292
Method
forward
Forward pass.
p3former/backbones/cylinder3d.py:370
Method
forward
Forward pass.
p3former/backbones/cylinder3d.py:473
Method
forward
Perform normalization, padding and bgr2rgb conversion based on ``BaseDataPreprocessor``. Args: data (dict or List[dict]):
p3former/data_preprocessors/data_preprocessor.py:111
Method
forward
(self, queries, features, masks)
p3former/decode_heads/p3former_head.py:59
Method
forward
Update queries in batch level.
p3former/decode_heads/p3former_head.py:150
Method
forward
(self, input)
p3former/decode_heads/p3former_head.py:181
Method
get_seg_label_mapping
(self, metainfo)
datasets/semantickitti_dataset.py:93
Method
loss
Calculate losses from a batch of inputs and data samples. Args: batch_inputs_dict (dict): Input sample dict which
p3former/segmentors/p3former.py:33
Method
loss
(self, batch_inputs, batch_data_samples, train_cfg)
p3former/decode_heads/p3former_head.py:427
Method
pa_seg_single
Get Predictions of a single sample level.
p3former/decode_heads/p3former_head.py:719
Method
parse_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
Method
predict
(self, batch_inputs_dict, batch_data_samples, **kwargs)
p3former/segmentors/p3former.py:59
Method
predict
(self, batch_inputs, batch_data_samples)
p3former/decode_heads/p3former_head.py:692
Method
transform
PolarMix transform function. Args: input_dict (dict): Result dict from loading pipeline. Returns: dict: outp
datasets/transforms/transforms_3d.py:180
Method
transform
LaserMix transform function. Args: input_dict (dict): Result dict from loading pipeline. Returns: dict: outp
datasets/transforms/transforms_3d.py:343
Method
transform
Function to load multiple types annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. Return
datasets/transforms/loading.py:316
Method
transform
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
← previous
101–134 of 134, ranked by callers