MCPcopy Create free account

hub / github.com/FangShancheng/ABINet-PP / functions

Functions563 in github.com/FangShancheng/ABINet-PP

↓ 1 callersMethod_decode_recognition
(self, rec)
adet/utils/visualizer.py:46
↓ 1 callersMethod_fast_hist
(self, label_pred, label_true)
adet/modeling/MEInst/LME/utils.py:101
↓ 1 callersMethod_forward_mask_heads_test
(self, proposals, mask_feats)
adet/modeling/condinst/condinst.py:235
↓ 1 callersMethod_forward_mask_heads_train
(self, proposals, mask_feats, gt_instances)
adet/modeling/condinst/condinst.py:187
↓ 1 callersMethod_frame_from_video
(self, video)
demo/predictor.py:79
↓ 1 callersMethod_freeze_backbone
(self, freeze_at)
adet/modeling/backbone/vovnet.py:276
↓ 1 callersMethod_freeze_backbone
(self, freeze_at)
adet/modeling/backbone/resnet_lpf.py:209
↓ 1 callersMethod_freeze_backbone
(self, freeze_at)
adet/modeling/backbone/mobilenet.py:110
↓ 1 callersMethod_freeze_bn
(self)
adet/modeling/backbone/resnet_lpf.py:224
↓ 1 callersMethod_get_ground_truth
(self)
adet/modeling/batext/batext_outputs.py:190
↓ 1 callersMethod_get_ground_truth
(self, locations, gt_instances)
adet/modeling/fcos/fcos_outputs.py:111
↓ 1 callersMethod_get_ground_truth
(self)
adet/modeling/MEInst/MEInst_outputs.py:183
↓ 1 callersMethod_get_padding_mask
(length, max_length)
adet/modeling/abinet/model.py:22
↓ 1 callersMethod_get_random_mask
(sz, bs, prob=0.1, device=None)
adet/modeling/abinet/model.py:44
↓ 1 callersMethod_get_visible_mask
(sz, length, device=None)
adet/modeling/abinet/model.py:50
↓ 1 callersMethod_initialize_weights
(self)
adet/modeling/backbone/vovnet.py:271
↓ 1 callersMethod_initialize_weights
(self)
adet/modeling/backbone/mobilenet.py:123
↓ 1 callersMethod_postprocess
Rescale the output instances to the target size.
adet/modeling/one_stage_detector.py:175
↓ 1 callersMethod_postprocess
Rescale the output instances to the target size.
adet/modeling/abinet/model_vision.py:285
↓ 1 callersMethod_reset_parameters
(self)
adet/modeling/abinet/transformer.py:367
↓ 1 callersMethod_reset_parameters
r"""Initiate parameters in the transformer model.
adet/modeling/abinet/transformer.py:572
↓ 1 callersFunction_scale_size
Rescale a size by a ratio. Args: size (tuple[int]): (w, h). scale (float): Scaling factor. Returns: tuple[int]: scaled
adet/modeling/solov2/utils.py:6
↓ 1 callersMethod_select_targets
(self, proposals, targets, max_instance=None)
adet/modeling/abinet/model_vision.py:133
↓ 1 callersMethod_transpose
This function is used to transpose image first training targets to level first ones :return: level first training targets
adet/modeling/batext/batext_outputs.py:173
↓ 1 callersMethod_transpose
This function is used to transpose image first training targets to level first ones :return: level first training targets
adet/modeling/fcos/fcos_outputs.py:94
↓ 1 callersMethod_transpose
This function is used to transpose image first training targets to level first ones :return: level first training targets
adet/modeling/MEInst/MEInst_outputs.py:166
↓ 1 callersMethodadd_batch
(self, predictions, gts)
adet/modeling/MEInst/LME/utils.py:108
↓ 1 callersMethodadd_bitmasks
(self, instances, im_h, im_w)
adet/modeling/condinst/condinst.py:248
↓ 1 callersMethodadd_bitmasks_from_boxes
(self, instances, images, image_masks, im_h, im_w)
adet/modeling/condinst/condinst.py:281
↓ 1 callersFunctionadjust_crop
(x0, y0, crop_size, instances, eps=1e-3)
adet/data/augmentation.py:59
↓ 1 callersFunctionannToMask
(ann, img_size)
datasets/prepare_thing_sem_from_lvis.py:30
↓ 1 callersFunctionannToMask
(ann, img_size)
datasets/prepare_thing_sem_from_instance.py:33
↓ 1 callersFunctionannToRLE
(ann, img_size)
datasets/prepare_thing_sem_from_lvis.py:13
↓ 1 callersFunctionannToRLE
(ann, img_size)
datasets/prepare_thing_sem_from_instance.py:16
↓ 1 callersFunctionannotations_to_instances
(annos, image_size, mask_format="polygon")
adet/data/detection_utils.py:52
↓ 1 callersMethodbezier_to_polygon
(self, bezier)
adet/evaluation/text_evaluation.py:276
↓ 1 callersFunctionbilinear_interpolate_gradient
adet/layers/csrc/BezierAlign/BezierAlign_cpu.cpp:263
↓ 1 callersFunctionbuild_augmentation
With option to don't use hflip Returns: list[Augmentation]
adet/data/detection_utils.py:70
↓ 1 callersFunctionbuild_basis_module
(cfg, input_shape)
adet/modeling/blendmask/basis_module.py:20
↓ 1 callersFunctionbuild_blender
(cfg)
adet/modeling/blendmask/blender.py:8
↓ 1 callersFunctionbuild_dynamic_mask_head
(cfg)
adet/modeling/condinst/dynamic_mask_head.py:90
↓ 1 callersMethodbuild_evaluator
Create evaluator(s) for a given dataset. This uses the special metadata "evaluator_type" associated with each builtin dataset.
tools/train_net.py:123
↓ 1 callersFunctionbuild_mask_branch
(cfg, input_shape)
adet/modeling/condinst/mask_branch.py:17
↓ 1 callersFunctionbuild_recognition_loss_fn
(rec_type="ctc")
adet/modeling/roi_heads/text_head.py:93
↓ 1 callersFunctionbuild_recognizer
(cfg, type)
adet/modeling/roi_heads/text_head.py:70
↓ 1 callersFunctionbuild_resnet_interval_backbone
Create a ResNet instance from config. Returns: ResNet: a :class:`ResNet` instance.
adet/modeling/backbone/resnet_interval.py:40
↓ 1 callersFunctionbuild_resnet_lpf_backbone
Create a ResNet instance from config. Returns: ResNet: a :class:`ResNet` instance.
adet/modeling/backbone/resnet_lpf.py:271
↓ 1 callersFunctionbuild_top_module
(cfg)
adet/modeling/one_stage_detector.py:52
↓ 1 callersFunctionbuild_top_module
(cfg)
adet/modeling/abinet/model_vision.py:42
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
adet/modeling/solov2/utils.py:127
↓ 1 callersFunctioncompute_ctrness_targets
(reg_targets)
adet/modeling/batext/batext_outputs.py:41
↓ 1 callersFunctioncompute_ctrness_targets
(reg_targets)
adet/modeling/fcos/fcos_outputs.py:42
↓ 1 callersFunctioncompute_ctrness_targets
(reg_targets)
adet/modeling/MEInst/MEInst_outputs.py:47
↓ 1 callersMethodcompute_locations
(self, features)
adet/modeling/batext/batext.py:143
↓ 1 callersMethodcompute_locations
(self, features)
adet/modeling/fcos/fcos.py:110
↓ 1 callersMethodcompute_locations
(self, features)
adet/modeling/MEInst/MEInst.py:151
↓ 1 callersMethodcompute_locations_per_level
(self, h, w, stride, device)
adet/modeling/batext/batext.py:154
↓ 1 callersMethodcompute_locations_per_level
(h, w, stride, device)
adet/modeling/MEInst/MEInst.py:163
↓ 1 callersFunctioncompute_pairwise_term
(mask_logits, pairwise_size, pairwise_dilation)
adet/modeling/condinst/dynamic_mask_head.py:20
↓ 1 callersFunctioncompute_project_term
(mask_scores, gt_bitmasks)
adet/modeling/condinst/dynamic_mask_head.py:8
↓ 1 callersMethodcompute_targets_for_locations
(self, locations, targets, size_ranges)
adet/modeling/batext/batext_outputs.py:255
↓ 1 callersMethodcompute_targets_for_locations
(self, locations, targets, size_ranges, num_loc_list)
adet/modeling/fcos/fcos_outputs.py:198
↓ 1 callersMethodcompute_targets_for_locations
(self, locations, targets, size_ranges)
adet/modeling/MEInst/MEInst_outputs.py:289
↓ 1 callersFunctionconv1x1
1x1 convolution with padding
adet/modeling/backbone/vovnet.py:84
↓ 1 callersFunctionconv_bn
(inp, oup, stride)
adet/modeling/backbone/mobilenet.py:13
↓ 1 callersFunctioncreate_coco_semantic_from_instance
Create semantic segmentation annotations from panoptic segmentation annotations, to be used by PanopticFPN. It maps all thing categories
datasets/prepare_thing_sem_from_instance.py:50
↓ 1 callersFunctioncreate_lvis_semantic_from_instance
Create semantic segmentation annotations from panoptic segmentation annotations, to be used by PanopticFPN. It maps all thing categories
datasets/prepare_thing_sem_from_lvis.py:47
↓ 1 callersFunctiondetector_postprocess
In addition to the post processing of detectron2, we add scalign for bezier control points.
adet/modeling/one_stage_detector.py:11
↓ 1 callersFunctiondice_loss
(input, target)
adet/modeling/solov2/loss.py:7
↓ 1 callersFunctiondirect_sigmoid
Apply the sigmoid operation.
adet/modeling/MEInst/LME/utils.py:6
↓ 1 callersMethoddraw_text
Args: text (str): class label position (tuple): a tuple of the x and y coordinates to place text on image.
adet/utils/visualizer.py:103
↓ 1 callersMethodencode_coord
(self, feature)
adet/modeling/abinet/feat_seq_modeling.py:26
↓ 1 callersMethodevaluate
(self)
adet/modeling/MEInst/LME/utils.py:112
↓ 1 callersMethodevaluate_with_official_code
(self, result_path, gt_path)
adet/evaluation/text_evaluation.py:194
↓ 1 callersFunctionevaluation_imports
evaluation_imports: Dictionary ( key = module name , value = alias ) with python modules used in the evaluation.
adet/evaluation/text_eval_script.py:14
↓ 1 callersFunctionfcos_losses
( labels, reg_targets, bezier_targets, logits_pred, reg_pred,
adet/modeling/batext/batext_outputs.py:51
↓ 1 callersMethodfcos_losses
(self, instances)
adet/modeling/fcos/fcos_outputs.py:326
↓ 1 callersMethodforward
(self, inputs, targets)
adet/utils/comm.py:113
↓ 1 callersMethodforward_for_single_feature_map
( self, locations, box_cls, reg_pred, ctrness, image_sizes, top_feat=None)
adet/modeling/batext/batext_outputs.py:434
↓ 1 callersMethodforward_for_single_feature_map
( self, locations, logits_pred, reg_pred, ctrness_pred, image_sizes, top_feat=None
adet/modeling/fcos/fcos_outputs.py:450
↓ 1 callersMethodforward_for_single_feature_map
( self, locations, box_cls, reg_pred, ctrness, mask_regression, image_sizes )
adet/modeling/MEInst/MEInst_outputs.py:554
↓ 1 callersFunctionget_extensions
()
setup.py:14
↓ 1 callersMethodget_ground_truth
(self, gt_instances, mask_feat_size=None)
adet/modeling/solov2/solov2.py:158
↓ 1 callersMethodget_ground_truth_single
(self, img_idx, gt_instances, mask_feat_size)
adet/modeling/solov2/solov2.py:171
↓ 1 callersFunctionget_images_color_similarity
(images, image_masks, kernel_size, dilation)
adet/modeling/condinst/condinst.py:53
↓ 1 callersFunctionget_intersection_over_union
(pD,pG)
adet/evaluation/text_eval_script.py:111
↓ 1 callersFunctionget_layer_info
(layer)
adet/utils/measures.py:29
↓ 1 callersFunctionget_num_gen
(gen)
adet/utils/measures.py:13
↓ 1 callersMethodget_num_to_modify
(self, length)
adet/data/dataset_language.py:209
↓ 1 callersFunctionget_pad_layer
(pad_type)
adet/modeling/backbone/lpf.py:50
↓ 1 callersFunctionget_pad_layer_1d
(pad_type)
adet/modeling/backbone/lpf.py:105
↓ 1 callersFunctionget_parser
()
tools/remove_optim_from_ckpt.py:6
↓ 1 callersFunctionget_parser
()
tools/rename_blendmask.py:7
↓ 1 callersFunctionget_parser
()
tools/convert_fcos_weight.py:7
↓ 1 callersFunctionget_parser
()
datasets/prepare_thing_sem_from_instance.py:100
↓ 1 callersFunctionget_parser
()
demo/demo.py:35
↓ 1 callersMethodget_sample_region
(self, gt, strides, num_loc_list, loc_xs, loc_ys, radius=1)
adet/modeling/batext/batext_outputs.py:223
↓ 1 callersMethodget_sample_region
(self, boxes, strides, num_loc_list, loc_xs, loc_ys, bitmasks=None, radius=1)
adet/modeling/fcos/fcos_outputs.py:151
↓ 1 callersMethodget_sample_region
(gt, strides, num_loc_list, loc_xs, loc_ys, radius=1)
adet/modeling/MEInst/MEInst_outputs.py:257
↓ 1 callersMethodget_transform
(self, img, boxes)
adet/data/augmentation.py:103
← previousnext →101–200 of 563, ranked by callers