MCPcopy Create free account

hub / github.com/Zheng-Chong/CatVTON / functions

Functions2,283 in github.com/Zheng-Chong/CatVTON

↓ 1 callersFunction_find_free_port
()
detectron2/engine/launch.py:15
↓ 1 callersMethod_flip_iuv_semantics
(self, dp_transform_data: DensePoseTransformData)
densepose/structures/data_relative.py:197
↓ 1 callersFunction_flip_iuv_semantics_tensor
( densepose_predictor_output: DensePoseChartPredictorOutput, dp_transform_data: DensePoseTransformData
densepose/converters/chart_output_hflip.py:43
↓ 1 callersMethod_flip_segm_semantics
(self, dp_transform_data)
densepose/structures/data_relative.py:235
↓ 1 callersFunction_flip_segm_semantics_tensor
( densepose_predictor_output: DensePoseChartPredictorOutput, dp_transform_data )
densepose/converters/chart_output_hflip.py:66
↓ 1 callersMethod_flip_vertices
(self)
densepose/structures/data_relative.py:215
↓ 1 callersMethod_forward_one_pair
Do a forward pass with a selected pair of meshes Args: embedder (nn.Module): module that computes vertex embeddings for d
densepose/modeling/losses/cycle_shape2shape.py:95
↓ 1 callersMethod_freeze_stages
(self)
detectron2/modeling/backbone/swin.py:638
↓ 1 callersFunction_fuse_once
(predict_net)
detectron2/export/shared.py:970
↓ 1 callersFunction_gen_instance_class
Args: fields (dict[name: type])
detectron2/export/torchscript_patch.py:90
↓ 1 callersFunction_gen_instance_module
(fields)
detectron2/export/torchscript_patch.py:290
↓ 1 callersFunction_generate_optimizer_class_with_gradient_clipping
Dynamically creates a new type that inherits the type of a given instance and overrides the `step` method to add gradient clipping
detectron2/solver/build.py:49
↓ 1 callersMethod_generate_proposals
( self, images, objectness_logits_pred, anchor_deltas_pred, gt_instances=None )
detectron2/export/c10.py:176
↓ 1 callersFunction_generic_status_identifier
Statically infer the status of each blob, the status can be such as device type (CPU/GPU), layout (NCHW/NHWC), data type (float32/int8),
detectron2/export/shared.py:382
↓ 1 callersFunction_get
(key_seq: List[str])
detectron2/config/compat.py:128
↓ 1 callersFunction_get_aug_input_args
Get the arguments to be passed to ``aug.get_transform`` from the input ``aug_input``.
detectron2/data/transforms/augmentation.py:39
↓ 1 callersMethod_get_augmented_boxes
(self, augmented_inputs, tfms)
detectron2/modeling/test_time_augmentation.py:244
↓ 1 callersMethod_get_augmented_boxes
(self, augmented_inputs, tfms)
densepose/modeling/test_time_augmentation.py:95
↓ 1 callersMethod_get_c2_detectron_baseline
(name)
detectron2/checkpoint/catalog.py:74
↓ 1 callersMethod_get_c2_imagenet_pretrained
(name)
detectron2/checkpoint/catalog.py:66
↓ 1 callersFunction_get_coco_panoptic_separated_meta
Returns metadata for "separated" version of the panoptic segmentation dataset.
detectron2/data/datasets/builtin_meta.py:250
↓ 1 callersMethod_get_crop
(self, image: np.ndarray)
detectron2/data/transforms/augmentation_impl.py:332
↓ 1 callersFunction_get_densepose_metrics
(min_threshold: float = 0.5)
densepose/evaluation/evaluator.py:324
↓ 1 callersFunction_get_dependency_chain
Return the index list of relevant operator to produce target blob from source blob, if there's no dependency, return empty list.
detectron2/export/shared.py:831
↓ 1 callersFunction_get_device_option
(producer_op)
detectron2/export/shared.py:357
↓ 1 callersMethod_get_epoch_indices
Create a list of dataset indices (with repeats) to use for one epoch. Args: generator (torch.Generator): pseudo random n
detectron2/data/samplers/distributed_sampler.py:213
↓ 1 callersMethod_get_eta
(self, storage)
detectron2/utils/events.py:217
↓ 1 callersFunction_get_graph
(model)
detectron2/export/torchscript.py:115
↓ 1 callersMethod_get_input_file_list
(input_spec: str)
model/DensePose/__init__.py:55
↓ 1 callersMethod_get_local_indices
(total_size, world_size, rank)
detectron2/data/samplers/distributed_sampler.py:274
↓ 1 callersMethod_get_local_path
(self, path, **kwargs)
detectron2/checkpoint/catalog.py:105
↓ 1 callersFunction_get_log_stream_buffer_size
(filename: str)
detectron2/utils/logger.py:126
↓ 1 callersFunction_get_lvis_instances_meta_v0_5
()
detectron2/data/datasets/lvis.py:187
↓ 1 callersFunction_get_lvis_instances_meta_v1
()
detectron2/data/datasets/lvis.py:200
↓ 1 callersFunction_get_ns_op_name_from_custom_op
(symbolic_name)
detectron2/utils/testing.py:226
↓ 1 callersMethod_get_pad
(self, image: np.ndarray)
detectron2/data/transforms/augmentation_impl.py:346
↓ 1 callersMethod_get_range_spec
(self, field_value_or_range)
densepose/utils/dbhelper.py:139
↓ 1 callersMethod_get_resize
(self, image: np.ndarray, scale: float)
detectron2/data/transforms/augmentation_impl.py:231
↓ 1 callersFunction_get_test_keep_instance_predicate
(cfg: CfgNode)
densepose/data/build.py:249
↓ 1 callersFunction_get_train_datasets_repeat_factors
(cfg)
detectron2/data/build.py:392
↓ 1 callersFunction_get_train_keep_instance_predicate
(cfg: CfgNode)
densepose/data/build.py:233
↓ 1 callersMethod_grid_anchors
Returns: list[Tensor]: #featuremap tensors, each is (#locations x #cell_anchors) x 4
detectron2/modeling/anchor_generator.py:165
↓ 1 callersMethod_grid_anchors
(self, grid_sizes: List[List[int]])
detectron2/modeling/anchor_generator.py:318
↓ 1 callersFunction_group_keys_by_module
Params in the same submodule are grouped together. Args: keys: names of all parameters original_names: mapping from paramete
detectron2/checkpoint/c2_model_loading.py:331
↓ 1 callersFunction_group_str
Turn "common1", "common2", "common3" into "common{1,2,3}"
detectron2/checkpoint/c2_model_loading.py:394
↓ 1 callersFunction_grouper
Group elements of an iterable by chunks of size `n`, e.g. grouper(range(9), 4) -> (0, 1, 2, 3), (4, 5, 6, 7), (8, None, None, None)
densepose/data/inference_based_loader.py:14
↓ 1 callersFunction_import
(path)
detectron2/export/torchscript_patch.py:309
↓ 1 callersMethod_incremental_avg_dp
(self, avg, new_el, idx)
densepose/modeling/test_time_augmentation.py:138
↓ 1 callersMethod_infer_output_devices
Returns: list[str]: list of device for each external output
detectron2/export/caffe2_inference.py:48
↓ 1 callersMethod_infer_shape
(ctx, input, weight)
detectron2/layers/deform_conv.py:298
↓ 1 callersMethod_inference_one_image
Args: input (dict): one dataset dict with "image" field being a CHW tensor Returns: dict: one output dict
detectron2/modeling/test_time_augmentation.py:206
↓ 1 callersMethod_infinite_indices
(self)
detectron2/data/samplers/distributed_sampler.py:62
↓ 1 callersMethod_infinite_indices
(self)
detectron2/data/samplers/distributed_sampler.py:240
↓ 1 callersFunction_inherits
(subClass, superClass)
resource/js/bulma-slider.js:94
↓ 1 callersMethod_init_box_head
(cls, cfg, input_shape)
detectron2/modeling/roi_heads/roi_heads.py:618
↓ 1 callersMethod_init_densepose_head
(self, cfg, input_shape)
densepose/modeling/roi_heads/roi_head.py:96
↓ 1 callersMethod_init_keypoint_head
(cls, cfg, input_shape)
detectron2/modeling/roi_heads/roi_heads.py:689
↓ 1 callersMethod_init_mask_head
(cls, cfg, input_shape)
detectron2/modeling/roi_heads/roi_heads.py:655
↓ 1 callersMethod_initialize_confidence_estimation_layers
Initialize confidence estimation layers based on configuration options Args: cfg (CfgNode): configuration options
densepose/modeling/predictors/cse_confidence.py:48
↓ 1 callersMethod_initialize_confidence_estimation_layers
Initialize confidence estimation layers based on configuration options Args: cfg (CfgNode): configuration options
densepose/modeling/predictors/chart_confidence.py:49
↓ 1 callersMethod_initialize_extra_fields
If input instances don't have ID, ID_period, lost_frame_count fields, this method is used to initialize these fields. Args:
detectron2/tracking/hungarian_tracker.py:74
↓ 1 callersMethod_initialize_extra_fields
If input instances don't have ID, ID_period, lost_frame_count fields, this method is used to initialize these fields. Args:
detectron2/tracking/bbox_iou_tracker.py:151
↓ 1 callersFunction_inverse_rotation
(densepose_attrs, boxes, transform)
densepose/modeling/test_time_augmentation.py:147
↓ 1 callersFunction_is_dead_end
(versioned_blob)
detectron2/export/shared.py:1023
↓ 1 callersFunction_keypoints_to_heatmap
Encode keypoint locations into a target heatmap for use in SoftmaxWithLoss across space. Maps keypoints from the half-open interval [x1, x2)
detectron2/structures/keypoints.py:105
↓ 1 callersMethod_loadGEval
(self)
densepose/evaluation/densepose_coco_evaluation.py:150
↓ 1 callersFunction_load_coco_annotations
Load COCO annotations from a JSON file Args: json_file: str Path to the file to load annotations from Returns:
densepose/data/datasets/coco.py:156
↓ 1 callersMethod_load_file
(self, filename)
detectron2/checkpoint/detection_checkpoint.py:70
↓ 1 callersFunction_load_lvis_annotations
Load COCO annotations from a JSON file Args: json_file: str Path to the file to load annotations from Returns:
densepose/data/datasets/lvis.py:51
↓ 1 callersFunction_log_classification_stats
Log the classification metrics to EventStorage. Args: pred_logits: Rx(K+1) logits. The last column is for background class.
detectron2/modeling/roi_heads/fast_rcnn.py:88
↓ 1 callersMethod_lookup_converter
Perform recursive lookup for the given type to find registered converter. If a converter was found for some base class, it ge
densepose/converters/base.py:44
↓ 1 callersMethod_make_branches
(self, num_branches, block, num_blocks, num_channels)
densepose/modeling/hrnet.py:182
↓ 1 callersMethod_make_fuse_layers
(self)
densepose/modeling/hrnet.py:190
↓ 1 callersMethod_make_layer
(self, block, planes, blocks, stride=1)
densepose/modeling/hrnet.py:385
↓ 1 callersMethod_make_one_branch
(self, branch_index, block, num_blocks, num_channels, stride=1)
densepose/modeling/hrnet.py:155
↓ 1 callersMethod_make_stage
(self, features, out_features, size)
model/SCHP/networks/AugmentCE2P.py:100
↓ 1 callersMethod_match_anchors
Match ground-truth boxes to a set of multi-level anchors. Args: gt_boxes: Ground-truth boxes from instances of an image.
detectron2/modeling/meta_arch/fcos.py:98
↓ 1 callersMethod_match_and_label_boxes
Match proposals with groundtruth using the matcher at the given stage. Label the proposals as foreground or background based on the m
detectron2/modeling/roi_heads/cascade_rcnn.py:209
↓ 1 callersFunction_maybe_add_bbox
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/lvis.py:89
↓ 1 callersFunction_maybe_add_bbox
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/coco.py:197
↓ 1 callersFunction_maybe_add_densepose
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/lvis.py:122
↓ 1 callersFunction_maybe_add_densepose
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/coco.py:230
↓ 1 callersFunction_maybe_add_iscrowd_annotations
(cocoapi)
densepose/evaluation/d2_evaluator_adapter.py:14
↓ 1 callersFunction_maybe_add_keypoints
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/lvis.py:108
↓ 1 callersFunction_maybe_add_keypoints
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/coco.py:216
↓ 1 callersFunction_maybe_add_segm
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/lvis.py:96
↓ 1 callersFunction_maybe_add_segm
(obj: Dict[str, Any], ann_dict: Dict[str, Any])
densepose/data/datasets/coco.py:204
↓ 1 callersFunction_maybe_create_specific_keep_instance_predicate
(cfg: CfgNode)
densepose/data/build.py:216
↓ 1 callersFunction_maybe_filter_and_map_categories
( dataset_name: str, dataset_dicts: List[Instance] )
densepose/data/build.py:254
↓ 1 callersMethod_maybe_substitute_metadata
(self)
densepose/evaluation/d2_evaluator_adapter.py:35
↓ 1 callersFunction_merge_categories
(dataset_names: Collection[str])
densepose/data/build.py:316
↓ 1 callersMethod_merge_untracked_instances
For untracked previous instances, under certain condition, still keep them in tracking and merge with the current instances.
detectron2/tracking/bbox_iou_tracker.py:199
↓ 1 callersFunction_modify_blob_names
(ops, blob_rename_f)
detectron2/export/shared.py:497
↓ 1 callersMethod_move_to_current_device
(self, x)
detectron2/modeling/meta_arch/rcnn.py:88
↓ 1 callersMethod_move_to_current_device
(self, x)
detectron2/modeling/meta_arch/rcnn.py:295
↓ 1 callersMethod_move_to_current_device
(self, x)
detectron2/modeling/meta_arch/dense_detector.py:72
↓ 1 callersMethod_output_size
(input, weight, padding, dilation, stride)
detectron2/layers/deform_conv.py:146
↓ 1 callersMethod_parse_field_name_type
(self, field_name_with_type: str)
densepose/utils/dbhelper.py:121
↓ 1 callersFunction_parse_losses
(losses: Dict[str, Tensor])
detectron2/modeling/mmdet_wrapper.py:258
↓ 1 callersMethod_parse_specifier_into_predicates
(self, spec: str)
densepose/utils/dbhelper.py:96
← previousnext →601–700 of 2,283, ranked by callers