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__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, mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
efficientdet/dataset.py:163
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, pos_inds, neg_inds, bboxes, gt_bboxes, assign_result,
gt_flags)
mmdetection/mmdet/core/bbox/samplers/sampling_result.py:25
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,
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,
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