MCPcopy Create free account

hub / github.com/Megvii-BaseDetection/OTA / functions

Functions84 in github.com/Megvii-BaseDetection/OTA

↓ 3 callersMethodM
"Modified cost for logarithmic updates" "$M_{ij} = (-c_{ij} + u_i + v_j) / epsilon$"
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:710
↓ 3 callersMethodM
"Modified cost for logarithmic updates" "$M_{ij} = (-c_{ij} + u_i + v_j) / epsilon$"
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:710
↓ 3 callersMethodM
"Modified cost for logarithmic updates" "$M_{ij} = (-c_{ij} + u_i + v_j) / epsilon$"
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:710
↓ 3 callersMethodM
"Modified cost for logarithmic updates" "$M_{ij} = (-c_{ij} + u_i + v_j) / epsilon$"
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:710
↓ 3 callersMethod__init__
(self, cfg)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:129
↓ 3 callersMethod__init__
(self, cfg)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:129
↓ 3 callersMethod__init__
(self, cfg)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:129
↓ 3 callersMethod__init__
(self, cfg)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:129
↓ 2 callersMethodinference
Arguments: box_cls, box_delta, box_center: Same as the output of :meth:`FCOSHead.forward` shifts (list[list[Tensor]):
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:417
↓ 2 callersMethodinference
Arguments: box_cls, box_delta, box_center: Same as the output of :meth:`FCOSHead.forward` shifts (list[list[Tensor]):
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:417
↓ 2 callersMethodinference
Arguments: box_cls, box_delta, box_center: Same as the output of :meth:`FCOSHead.forward` shifts (list[list[Tensor]):
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:417
↓ 2 callersMethodinference
Arguments: box_cls, box_delta, box_center: Same as the output of :meth:`FCOSHead.forward` shifts (list[list[Tensor]):
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:417
↓ 2 callersMethodpreprocess_image
Normalize, pad and batch the input images.
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:522
↓ 2 callersMethodpreprocess_image
Normalize, pad and batch the input images.
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:522
↓ 2 callersMethodpreprocess_image
Normalize, pad and batch the input images.
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:522
↓ 2 callersMethodpreprocess_image
Normalize, pad and batch the input images.
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:522
↓ 1 callersMethodget_ground_truth
(self, shifts, targets, box_cls, box_delta, box_iou)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:233
↓ 1 callersMethodget_ground_truth
(self, shifts, targets, box_cls, box_delta, box_iou)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:233
↓ 1 callersMethodget_ground_truth
(self, shifts, targets, box_cls, box_delta, box_iou)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:233
↓ 1 callersMethodget_ground_truth
(self, shifts, targets, box_cls, box_delta, box_iou)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:233
↓ 1 callersFunctionget_ious_and_iou_loss
Compute iou loss of type ['iou', 'giou', 'linear_iou'] Args: inputs (tensor): pred values targets (tensor): target values
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:47
↓ 1 callersFunctionget_ious_and_iou_loss
Compute iou loss of type ['iou', 'giou', 'linear_iou'] Args: inputs (tensor): pred values targets (tensor): target values
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:47
↓ 1 callersFunctionget_ious_and_iou_loss
Compute iou loss of type ['iou', 'giou', 'linear_iou'] Args: inputs (tensor): pred values targets (tensor): target values
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:47
↓ 1 callersFunctionget_ious_and_iou_loss
Compute iou loss of type ['iou', 'giou', 'linear_iou'] Args: inputs (tensor): pred values targets (tensor): target values
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:47
↓ 1 callersMethodinference_single_image
Single-image inference. Return bounding-box detection results by thresholding on scores and applying non-maximum suppression (NMS).
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:454
↓ 1 callersMethodinference_single_image
Single-image inference. Return bounding-box detection results by thresholding on scores and applying non-maximum suppression (NMS).
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:454
↓ 1 callersMethodinference_single_image
Single-image inference. Return bounding-box detection results by thresholding on scores and applying non-maximum suppression (NMS).
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:454
↓ 1 callersMethodinference_single_image
Single-image inference. Return bounding-box detection results by thresholding on scores and applying non-maximum suppression (NMS).
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:454
↓ 1 callersMethodlosses
Args: For `gt_classes`, `gt_shifts_deltas` and `gt_ious` parameters, see :meth:`FCOS.get_ground_truth`.
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:347
↓ 1 callersMethodlosses
Args: For `gt_classes`, `gt_shifts_deltas` and `gt_ious` parameters, see :meth:`FCOS.get_ground_truth`.
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:347
↓ 1 callersMethodlosses
Args: For `gt_classes`, `gt_shifts_deltas` and `gt_ious` parameters, see :meth:`FCOS.get_ground_truth`.
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:347
↓ 1 callersMethodlosses
Args: For `gt_classes`, `gt_shifts_deltas` and `gt_ious` parameters, see :meth:`FCOS.get_ground_truth`.
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:347
↓ 1 callersFunctionpermute_all_cls_and_box_to_N_HWA_K_and_concat
Rearrange the tensor layout from the network output, i.e.: list[Tensor]: #lvl tensors of shape (N, A x K, Hi, Wi) to per-image prediction
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:19
↓ 1 callersFunctionpermute_all_cls_and_box_to_N_HWA_K_and_concat
Rearrange the tensor layout from the network output, i.e.: list[Tensor]: #lvl tensors of shape (N, A x K, Hi, Wi) to per-image prediction
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:19
↓ 1 callersFunctionpermute_all_cls_and_box_to_N_HWA_K_and_concat
Rearrange the tensor layout from the network output, i.e.: list[Tensor]: #lvl tensors of shape (N, A x K, Hi, Wi) to per-image prediction
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:19
↓ 1 callersFunctionpermute_all_cls_and_box_to_N_HWA_K_and_concat
Rearrange the tensor layout from the network output, i.e.: list[Tensor]: #lvl tensors of shape (N, A x K, Hi, Wi) to per-image prediction
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:19
Method__init__
(self)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/config.py:77
Method__init__
(self, init_value=1.0)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:117
Method__init__
(self, cfg, input_shape: List[ShapeSpec])
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:561
Method__init__
(self, eps=1e-3, max_iter=100, reduction='none')
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:682
Method__init__
(self)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/config.py:79
Method__init__
(self, init_value=1.0)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:117
Method__init__
(self, cfg, input_shape: List[ShapeSpec])
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:561
Method__init__
(self, eps=1e-3, max_iter=100, reduction='none')
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:682
Method__init__
(self)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/config.py:77
Method__init__
(self, init_value=1.0)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:117
Method__init__
(self, cfg, input_shape: List[ShapeSpec])
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:561
Method__init__
(self, eps=1e-3, max_iter=100, reduction='none')
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:682
Method__init__
(self)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/config.py:82
Method__init__
(self, init_value=1.0)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:117
Method__init__
(self, cfg, input_shape: List[ShapeSpec])
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:561
Method__init__
(self, eps=1e-3, max_iter=100, reduction='none')
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:682
Method_inference_for_ms_test
function used for multiscale test, will be refactor in the future. The same input with `forward` function.
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:532
Method_inference_for_ms_test
function used for multiscale test, will be refactor in the future. The same input with `forward` function.
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:532
Method_inference_for_ms_test
function used for multiscale test, will be refactor in the future. The same input with `forward` function.
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:532
Method_inference_for_ms_test
function used for multiscale test, will be refactor in the future. The same input with `forward` function.
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:532
Functionbuild_backbone
Build a backbone from `cfg.MODEL.BACKBONE.NAME`. Returns: an instance of :class:`Backbone`
playground/detection/coco/ota.res50.fpn.coco.800size.1x/net.py:11
Functionbuild_backbone
Build a backbone from `cfg.MODEL.BACKBONE.NAME`. Returns: an instance of :class:`Backbone`
playground/detection/coco/ota.x101.fpn.coco.800size.1x/net.py:11
Functionbuild_backbone
Build a backbone from `cfg.MODEL.BACKBONE.NAME`. Returns: an instance of :class:`Backbone`
playground/detection/coco/ota.res101.fpn.coco.800size.1x/net.py:11
Functionbuild_backbone
Build a backbone from `cfg.MODEL.BACKBONE.NAME`. Returns: an instance of :class:`Backbone`
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/net.py:11
Functionbuild_model
(cfg)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/net.py:31
Functionbuild_model
(cfg)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/net.py:31
Functionbuild_model
(cfg)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/net.py:31
Functionbuild_model
(cfg)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/net.py:31
Functionbuild_shift_generator
(cfg, input_shape)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/net.py:26
Functionbuild_shift_generator
(cfg, input_shape)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/net.py:26
Functionbuild_shift_generator
(cfg, input_shape)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/net.py:26
Functionbuild_shift_generator
(cfg, input_shape)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/net.py:26
Methodforward
(self, input)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:121
Methodforward
Args: batched_inputs: a list, batched outputs of :class:`DatasetMapper` . Each item in the list contains the inpu
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:175
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:629
Methodforward
(self, mu, nu, C)
playground/detection/coco/ota.res50.fpn.coco.800size.1x/fcos.py:688
Methodforward
(self, input)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:121
Methodforward
Args: batched_inputs: a list, batched outputs of :class:`DatasetMapper` . Each item in the list contains the inpu
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:175
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:629
Methodforward
(self, mu, nu, C)
playground/detection/coco/ota.x101.fpn.coco.800size.1x/fcos.py:688
Methodforward
(self, input)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:121
Methodforward
Args: batched_inputs: a list, batched outputs of :class:`DatasetMapper` . Each item in the list contains the inpu
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:175
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:629
Methodforward
(self, mu, nu, C)
playground/detection/coco/ota.res101.fpn.coco.800size.1x/fcos.py:688
Methodforward
(self, input)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:121
Methodforward
Args: batched_inputs: a list, batched outputs of :class:`DatasetMapper` . Each item in the list contains the inpu
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:175
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:629
Methodforward
(self, mu, nu, C)
playground/detection/coco/ota.x101.dcnv2.fpn.coco.800size.1x/fcos.py:688