MCPcopy Create free account

hub / github.com/aim-uofa/AdelaiDet / functions

Functions505 in github.com/aim-uofa/AdelaiDet

↓ 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:61
↓ 1 callersFunctionaligned_bilinear
(tensor, factor)
adet/modeling/fcpose/utils.py:11
↓ 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:53
↓ 1 callersMethodbezier_to_polygon
(self, bezier)
adet/evaluation/text_evaluation_all.py:416
↓ 1 callersFunctionbuild_augmentation
With option to don't use hflip Returns: list[Augmentation]
adet/data/detection_utils.py:71
↓ 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:119
↓ 1 callersFunctionbuild_recognizer
(cfg, type)
adet/modeling/roi_heads/text_head.py:96
↓ 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 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:138
↓ 1 callersMethodcompute_locations
(self, features)
adet/modeling/fcos/fcos.py:113
↓ 1 callersMethodcompute_locations
(self, features)
adet/modeling/MEInst/MEInst.py:151
↓ 1 callersFunctioncompute_locations_per_level
(h, w, stride, device)
adet/modeling/fcpose/fcpose_head.py:24
↓ 1 callersMethodcompute_locations_per_level
(self, h, w, stride, device)
adet/modeling/batext/batext.py:149
↓ 1 callersMethodcompute_locations_per_level
(h, w, stride, device)
adet/modeling/MEInst/MEInst.py:163
↓ 1 callersFunctioncompute_loss
(p1_heatmap_list, p3_heatmap_list, p1_logits, p3_logits)
adet/modeling/fcpose/utils.py:78
↓ 1 callersFunctioncompute_loss_softmax
(gt_bitmasks, mask_logits, num_loss, num_instances, direction, direction_mask_logits, gt_keypoint, max_ranges,
adet/modeling/fcpose/utils.py:99
↓ 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:256
↓ 1 callersMethodcompute_targets_for_locations
(self, locations, targets, size_ranges, num_loc_list)
adet/modeling/fcos/fcos_outputs.py:199
↓ 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 callersFunctiondecode_utf8
Returns a Unicode object on success, or None on failure
adet/evaluation/rrc_evaluation_funcs_ic15.py:81
↓ 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:98
↓ 1 callersMethodencoder
Apply dimensionality reduction to X. X is projected on the first principal components previously extracted from a training set.
adet/modeling/MEInst/MaskEncoding.py:59
↓ 1 callersMethodevaluate
(self)
adet/modeling/MEInst/LME/utils.py:112
↓ 1 callersFunctionevaluation_imports
evaluation_imports: Dictionary ( key = module name , value = alias ) with python modules used in the evaluation.
adet/evaluation/text_eval_script_ic15.py:14
↓ 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:327
↓ 1 callersMethodforward
(self, x)
adet/layers/gcn.py:65
↓ 1 callersMethodforward_for_single_feature_map
( self, locations, box_cls, reg_pred, ctrness, image_sizes, top_feat=None)
adet/modeling/batext/batext_outputs.py:435
↓ 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:457
↓ 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 callersFunctiongen_crop_transform_with_instance
Generate a CropTransform so that the cropping region contains the center of the given instance. Args: crop_size (tuple): h, w in
adet/data/augmentation.py:10
↓ 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_ic15.py:119
↓ 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 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:224
↓ 1 callersMethodget_sample_region
(self, boxes, strides, num_loc_list, loc_xs, loc_ys, bitmasks=None, radius=1)
adet/modeling/fcos/fcos_outputs.py:152
↓ 1 callersMethodget_sample_region
(gt, strides, num_loc_list, loc_xs, loc_ys, radius=1)
adet/modeling/MEInst/MEInst_outputs.py:257
↓ 1 callersFunctionget_tight_rect
(points, start_x, start_y, image_height, image_width, scale)
adet/evaluation/text_evaluation_all.py:472
↓ 1 callersFunctionget_union
(pD,pG)
adet/evaluation/text_eval_script_ic15.py:114
↓ 1 callersFunctionget_union
(pD,pG)
adet/evaluation/text_eval_script.py:106
↓ 1 callersFunctionimrescale
Resize image while keeping the aspect ratio. Args: img (ndarray): The input image. scale (float | tuple[int]): The scaling factor
adet/modeling/solov2/utils.py:105
↓ 1 callersFunctioninclude_in_dictionary
Function used in Word Spotting that finds if the Ground Truth transcription meets the rules to enter into the dictionary. If not, the transcr
adet/evaluation/text_eval_script_ic15.py:187
↓ 1 callersFunctioninclude_in_dictionary
Function used in Word Spotting that finds if the Ground Truth transcription meets the rules to enter into the dictionary. If not, the transcr
adet/evaluation/text_eval_script.py:179
↓ 1 callersFunctioninclude_in_dictionary_transcription
Function applied to the Ground Truth transcriptions used in Word Spotting. It removes special characters or terminations
adet/evaluation/text_eval_script_ic15.py:230
↓ 1 callersFunctioninclude_in_dictionary_transcription
Function applied to the Ground Truth transcriptions used in Word Spotting. It removes special characters or terminations
adet/evaluation/text_eval_script.py:222
↓ 1 callersMethodinference
Run inference on the given inputs. Args: batched_inputs (list[dict]): same as in :meth:`forward` detected_in
adet/modeling/one_stage_detector.py:134
↓ 1 callersMethodinference
(self, pred_cates, pred_kernels, pred_masks, cur_sizes, images)
adet/modeling/solov2/solov2.py:349
↓ 1 callersMethodinference_single_image
( self, cate_preds, kernel_preds, seg_preds, cur_size, ori_size )
adet/modeling/solov2/solov2.py:376
↓ 1 callersMethodinstances_to_coco_json
(self, instances, inputs)
adet/evaluation/text_evaluation_all.py:386
↓ 1 callersMethodinverse_sigmoid
Apply the inverse sigmoid operation. y = -ln(1-x/x)
adet/modeling/MEInst/MaskEncoding.py:47
↓ 1 callersFunctioninverse_transform
Transform data back to its original space. In other words, return an input X_original whose transform would be X. Parameters ----------
adet/modeling/MEInst/LME/utils.py:56
↓ 1 callersFunctionis_pruned
(layer)
adet/utils/measures.py:17
↓ 1 callersFunctioniter_annotations
()
datasets/prepare_thing_sem_from_lvis.py:62
↓ 1 callersFunctioniter_annotations
()
datasets/prepare_thing_sem_from_instance.py:68
↓ 1 callersFunctionload_text_json
Load a json file with totaltext annotation format. Currently supports text detection and recognition. Args: json_file (str): ful
adet/data/datasets/text.py:39
↓ 1 callersMethodloss
(self, cate_preds, kernel_preds, ins_pred, targets)
adet/modeling/solov2/solov2.py:260
↓ 1 callersMethodlosses
Return the losses from a set of FCOS predictions and their associated ground-truth. Returns: dict[loss name -> loss valu
adet/modeling/batext/batext_outputs.py:329
↓ 1 callersMethodlosses
Return the losses from a set of FCOS predictions and their associated ground-truth. Returns: dict[loss name -> loss valu
adet/modeling/fcos/fcos_outputs.py:269
↓ 1 callersMethodlosses
Return the losses from a set of MEInst predictions and their associated ground-truth. Returns: dict[loss name -> loss va
adet/modeling/MEInst/MEInst_outputs.py:454
↓ 1 callersFunctionmain
()
onnx/export_model_to_onnx.py:206
↓ 1 callersFunctionmain
()
onnx/test_onnxruntime.py:165
← previousnext →101–200 of 505, ranked by callers