MCPcopy Create free account

hub / github.com/FenHua/DetDak / functions

Functions1,414 in github.com/FenHua/DetDak

FunctionTopTen
(NOISE,Kflag,ratio)
getmask.py:89
Method__call__
(self, sample)
efficientdet/dataset.py:116
Method__call__
(self, sample, flip_x=0.5)
efficientdet/dataset.py:141
Method__call__
(self, sample)
efficientdet/dataset.py:167
Method__call__
Calculate IoU between 2D bboxes. Args: bboxes1 (Tensor): bboxes have shape (m, 4) in <x1, y1, x2, y2> format, or
mmdetection/mmdet/core/bbox/iou_calculators/iou2d_calculator.py:10
Method__call__
Call function to load images into results. Args: results (dict): A result dict contains the file name of the imag
mmdetection/mmdet/apis/inference.py:54
Method__call__
(self, results)
mmdetection/mmdet/datasets/pipelines/auto_augment.py:67
Method__call__
Call function to apply test time augment transforms on results. Args: results (dict): Result dict contains the data to transform.
mmdetection/mmdet/datasets/pipelines/test_time_aug.py:83
Method__call__
Call function to resize images, bounding boxes, masks, semantic segmentation map. Args: results (dict): Result dict from
mmdetection/mmdet/datasets/pipelines/transforms.py:239
Method__call__
Call function to flip bounding boxes, masks, semantic segmentation maps. Args: results (dict): Result dict from loading p
mmdetection/mmdet/datasets/pipelines/transforms.py:327
Method__call__
Call function to pad images, masks, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline.
mmdetection/mmdet/datasets/pipelines/transforms.py:417
Method__call__
Call function to normalize images. Args: results (dict): Result dict from loading pipeline. Returns: dict: N
mmdetection/mmdet/datasets/pipelines/transforms.py:457
Method__call__
Call function to randomly crop images, bounding boxes, masks, semantic segmentation maps. Args: results (dict): Result di
mmdetection/mmdet/datasets/pipelines/transforms.py:513
Method__call__
Call function to scale the semantic segmentation map. Args: results (dict): Result dict from loading pipeline. Returns:
mmdetection/mmdet/datasets/pipelines/transforms.py:589
Method__call__
Call function to perform photometric distortion on images. Args: results (dict): Result dict from loading pipeline. Retu
mmdetection/mmdet/datasets/pipelines/transforms.py:641
Method__call__
Call function to expand images, bounding boxes. Args: results (dict): Result dict from loading pipeline. Returns:
mmdetection/mmdet/datasets/pipelines/transforms.py:745
Method__call__
Call function to crop images and bounding boxes with minimum IoU constraint. Args: results (dict): Result dict from loadi
mmdetection/mmdet/datasets/pipelines/transforms.py:833
Method__call__
Call function to corrupt image. Args: results (dict): Result dict from loading pipeline. Returns: dict: Resu
mmdetection/mmdet/datasets/pipelines/transforms.py:949
Method__call__
(self, results)
mmdetection/mmdet/datasets/pipelines/transforms.py:1108
Method__call__
(self, results)
mmdetection/mmdet/datasets/pipelines/transforms.py:1484
Method__call__
(self, results)
mmdetection/mmdet/datasets/pipelines/instaboost.py:79
Method__call__
Call functions to load image and get image meta information. Args: results (dict): Result dict from :obj:`mmdet.CustomDataset`.
mmdetection/mmdet/datasets/pipelines/loading.py:40
Method__call__
Call functions to load multiple images and get images meta information. Args: results (dict): Result dict from :obj:`mmde
mmdetection/mmdet/datasets/pipelines/loading.py:110
Method__call__
Call function to load multiple types annotations. Args: results (dict): Result dict from :obj:`mmdet.CustomDataset`. Ret
mmdetection/mmdet/datasets/pipelines/loading.py:321
Method__call__
Call function to load proposals from file. Args: results (dict): Result dict from :obj:`mmdet.CustomDataset`. Returns:
mmdetection/mmdet/datasets/pipelines/loading.py:369
Method__call__
Call function to apply transforms sequentially. Args: data (dict): A result dict contains the data to transform. Returns
mmdetection/mmdet/datasets/pipelines/compose.py:29
Method__call__
Call function to convert data in results to :obj:`torch.Tensor`. Args: results (dict): Result dict contains the data to convert.
mmdetection/mmdet/datasets/pipelines/formating.py:47
Method__call__
Call function to convert image in results to :obj:`torch.Tensor` and transpose the channel order. Args: results (dict): R
mmdetection/mmdet/datasets/pipelines/formating.py:80
Method__call__
Call function to transpose the channel order of data in results. Args: results (dict): Result dict contains the data to transpose
mmdetection/mmdet/datasets/pipelines/formating.py:115
Method__call__
Call function to convert data in results to :obj:`mmcv.DataContainer`. Args: results (dict): Result dict contains the dat
mmdetection/mmdet/datasets/pipelines/formating.py:151
Method__call__
Call function to transform and format common fields in results. Args: results (dict): Result dict contains the data to convert.
mmdetection/mmdet/datasets/pipelines/formating.py:191
Method__call__
Call function to collect keys in results. The keys in ``meta_keys`` will be converted to :obj:mmcv.DataContainer. Args: r
mmdetection/mmdet/datasets/pipelines/formating.py:298
Method__call__
Call function to wrap fields into lists. Args: results (dict): Result dict contains the data to wrap. Returns:
mmdetection/mmdet/datasets/pipelines/formating.py:347
Method__call__
(self, x)
mmdetection/tests/test_fp16.py:60
Method__getitem__
(self, idx)
efficientdet/dataset.py:40
Method__getitem__
Index the BitmapMask. Args: index (int | ndarray): Indices in the format of integer or ndarray. Returns: :ob
mmdetection/mmdet/core/mask/structures.py:163
Method__getitem__
Index the polygon masks. Args: index (ndarray | List): The indices. Returns: :obj:`PolygonMasks`: The indexe
mmdetection/mmdet/core/mask/structures.py:339
Method__getitem__
Get training/test data after pipeline. Args: idx (int): Index of data. Returns: dict: Training/test data (wi
mmdetection/mmdet/datasets/custom.py:173
Method__getitem__
(self, idx)
mmdetection/mmdet/datasets/dataset_wrappers.py:77
Method__getitem__
(self, idx)
mmdetection/mmdet/datasets/dataset_wrappers.py:192
Method__init__
(self, anchor_mask=[], num_classes=0, anchors=[], num_anchors=1,stride=32,model_out=True)
util_copy/yolo_layer.py:109
Method__init__
(self, num_classes=0, anchors=[], num_anchors=1)
util_copy/region_loss.py:109
Method__init__
(self)
efficientdet/loss.py:28
Method__init__
(self)
efficientdet/utils.py:40
Method__init__
(self, root_dir, set='train2017', transform=None)
efficientdet/dataset.py:11
Method__init__
(self, img_size=512)
efficientdet/dataset.py:113
Method__init__
(self, mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
efficientdet/dataset.py:163
Method__init__
(self, num_classes=80, compound_coef=0, load_weights=False, **kwargs)
efficientdet/backbone.py:11
Method__init__
(self, in_channels, out_channels=None, norm=True, activation=False, onnx_export=False)
efficientdet/model.py:19
Method__init__
(self, in_channels, num_anchors, num_layers, pyramid_levels=5, onnx_export=False)
efficientdet/model.py:349
Method__init__
(self, in_channels, num_anchors, num_classes, num_layers, pyramid_levels=5, onnx_export=False)
efficientdet/model.py:385
Method__init__
(self, compound_coef, load_weights=False)
efficientdet/model.py:425
Method__init__
(self, num, pos_fraction, context, neg_pos
mmdetection/mmdet/core/bbox/samplers/ohem_sampler.py:15
Method__init__
(self, num, pos_fraction, neg_pos_ub=-1, a
mmdetection/mmdet/core/bbox/samplers/base_sampler.py:11
Method__init__
(self, **kwargs)
mmdetection/mmdet/core/bbox/samplers/pseudo_sampler.py:12
Method__init__
(self, pos_sampler, neg_sampler, **kwargs)
mmdetection/mmdet/core/bbox/samplers/combined_sampler.py:9
Method__init__
(self, num, pos_fraction, floor_thr=-1, fl
mmdetection/mmdet/core/bbox/samplers/iou_balanced_neg_sampler.py:29
Method__init__
(self, pos_inds, neg_inds, bboxes, gt_bboxes, assign_result, gt_flags)
mmdetection/mmdet/core/bbox/samplers/sampling_result.py:25
Method__init__
(self, num, pos_fraction, neg_pos_ub=-1, a
mmdetection/mmdet/core/bbox/samplers/random_sampler.py:20
Method__init__
(self, num, pos_fraction, context, neg_pos
mmdetection/mmdet/core/bbox/samplers/score_hlr_sampler.py:32
Method__init__
(self, topk, iou_calculator=dict(type='BboxOverlaps2D'), ig
mmdetection/mmdet/core/bbox/assigners/atss_assigner.py:23
Method__init__
(self, pos_iou_thr, neg_iou_thr, min_pos_iou=.0,
mmdetection/mmdet/core/bbox/assigners/approx_max_iou_assigner.py:39
Method__init__
(self, pos_scale, neg_scale, min_pos_iof=1e-2,
mmdetection/mmdet/core/bbox/assigners/center_region_assigner.py:93
Method__init__
(self, num_gts, gt_inds, max_overlaps, labels=None)
mmdetection/mmdet/core/bbox/assigners/assign_result.py:42
Method__init__
(self, scale=4, pos_num=3)
mmdetection/mmdet/core/bbox/assigners/point_assigner.py:19
Method__init__
(self, pos_iou_thr, neg_iou_thr, min_pos_iou=.0,
mmdetection/mmdet/core/bbox/assigners/max_iou_assigner.py:40
Method__init__
(self, target_means=(0., 0., 0., 0.), target_stds=(1., 1., 1., 1.))
mmdetection/mmdet/core/bbox/coder/legacy_delta_xywh_bbox_coder.py:32
Method__init__
(self, **kwargs)
mmdetection/mmdet/core/bbox/coder/pseudo_bbox_coder.py:9
Method__init__
(self, **kwargs)
mmdetection/mmdet/core/bbox/coder/base_bbox_coder.py:7
Method__init__
(self, target_means=(0., 0., 0., 0.), target_stds=(1., 1., 1., 1.))
mmdetection/mmdet/core/bbox/coder/delta_xywh_bbox_coder.py:23
Method__init__
(self, normalizer=4.0)
mmdetection/mmdet/core/bbox/coder/tblr_bbox_coder.py:22
Method__init__
(self, *args, **kwargs)
mmdetection/mmdet/core/utils/dist_utils.py:57
Method__init__
(self, masks, height, width)
mmdetection/mmdet/core/mask/structures.py:146
Method__init__
(self, masks, height, width)
mmdetection/mmdet/core/mask/structures.py:329
Method__init__
(self, strides, ratios, basesize_ratio_range,
mmdetection/mmdet/core/anchor/anchor_generator.py:363
Method__init__
(self, strides, ratios, basesize_ratio_range,
mmdetection/mmdet/core/anchor/anchor_generator.py:577
Method__init__
(self, grad_clip=None, coalesce=True, bucket_size_mb=-1,
mmdetection/mmdet/core/fp16/hooks.py:27
Method__init__
(self, dataloader, interval=1, **eval_kwargs)
mmdetection/mmdet/core/evaluation/eval_hooks.py:15
Method__init__
(self, dataloader, interval=1, gpu_collect=False,
mmdetection/mmdet/core/evaluation/eval_hooks.py:50
Method__init__
(self, min_size=None, **kwargs)
mmdetection/mmdet/datasets/xml_style.py:22
Method__init__
(self, ann_file, pipeline, classes=None, d
mmdetection/mmdet/datasets/custom.py:50
Method__init__
(self, **kwargs)
mmdetection/mmdet/datasets/wider_face.py:19
Method__init__
(self, datasets)
mmdetection/mmdet/datasets/dataset_wrappers.py:22
Method__init__
(self, dataset, times)
mmdetection/mmdet/datasets/dataset_wrappers.py:68
Method__init__
(self, dataset, oversample_thr)
mmdetection/mmdet/datasets/dataset_wrappers.py:131
Method__init__
(self, **kwargs)
mmdetection/mmdet/datasets/voc.py:14
Method__init__
(self, dataset, samples_per_gpu=1)
mmdetection/mmdet/datasets/samplers/group_sampler.py:12
Method__init__
(self, dataset, samples_per_gpu=1, num_replicas=None,
mmdetection/mmdet/datasets/samplers/group_sampler.py:69
Method__init__
(self, dataset, num_replicas=None, rank=None, shuffle=True)
mmdetection/mmdet/datasets/samplers/distributed_sampler.py:7
Method__init__
(self, policies)
mmdetection/mmdet/datasets/pipelines/auto_augment.py:53
Method__init__
(self, transforms, img_scale=None, scale_factor=None,
mmdetection/mmdet/datasets/pipelines/test_time_aug.py:52
Method__init__
(self, img_scale=None, multiscale_mode='range', ratio_range
mmdetection/mmdet/datasets/pipelines/transforms.py:54
Method__init__
(self, flip_ratio=None, direction='horizontal')
mmdetection/mmdet/datasets/pipelines/transforms.py:293
Method__init__
(self, size=None, size_divisor=None, pad_val=0)
mmdetection/mmdet/datasets/pipelines/transforms.py:382
Method__init__
(self, mean, std, to_rgb=True)
mmdetection/mmdet/datasets/pipelines/transforms.py:452
Method__init__
(self, crop_size, allow_negative_crop=False)
mmdetection/mmdet/datasets/pipelines/transforms.py:499
Method__init__
(self, scale_factor=1)
mmdetection/mmdet/datasets/pipelines/transforms.py:586
Method__init__
(self, brightness_delta=32, contrast_range=(0.5, 1.5), satu
mmdetection/mmdet/datasets/pipelines/transforms.py:631
Method__init__
(self, mean=(0, 0, 0), to_rgb=True, ratio_range=(1, 4),
mmdetection/mmdet/datasets/pipelines/transforms.py:729
Method__init__
(self, min_ious=(0.1, 0.3, 0.5, 0.7, 0.9), min_crop_size=0.3)
mmdetection/mmdet/datasets/pipelines/transforms.py:819
← previousnext →601–700 of 1,414, ranked by callers