MCPcopy Create free account

hub / github.com/Lans1ng/OSSOD / functions

Functions128 in github.com/Lans1ng/OSSOD

Functionconcat_all_gather
Performs all_gather operation on the provided tensors. *** Warning ***: torch.distributed.all_gather has no gradient.
mmdet_extension/core/utils/dist_utils.py:5
Methodevaluation_once
(self, runner)
mmdet_extension/core/hooks/semi_eval_hooks.py:94
Methodforward
(self, x)
mmdet_extension/models/backbones/vgg.py:18
Methodforward
(self, img, img_metas, return_loss=True, gen_embeddings=False, **kwargs)
mmdet_extension/models/detectors/semi_base.py:43
Methodforward
(self, cls_score, label, weight=None, avg_factor=None, reduction_override=None)
mmdet_extension/models/loss/focal_loss.py:27
Methodforward
(self, x)
mmdet_extension/models/roi_head/bbox_heads/convfc_bbox_head_base.py:21
Methodforward_train
Args: x (list[Tensor]): list of multi-level img features. img_metas (list[dict]): list of image info dict where each
mmdet_extension/models/roi_head/standard_roi_head_mb.py:11
Methodforward_train_semi
( self, img, img_metas, gt_bboxes, gt_labels, img_unlabeled, img_metas_unlabeled, gt_b
mmdet_extension/models/detectors/unbiased_teacher_ossod.py:205
Functionimshow_det_bboxes
Draw bboxes and class labels (with scores) on an image. Args: img (str or ndarray): The image to be displayed. bboxes (ndarray):
mmdet_extension/core/utils/image.py:16
Functionimshow_gt_det_bboxes
General visualization GT and result function. Args: img (str | ndarray): The image to be displayed. annotation (dict): Ground truth a
mmdet_extension/core/visualization/image.py:402
Methodinit_weights
(self, pretrained=None)
mmdet_extension/models/backbones/vgg.py:15
Functionmulticlass_nms
NMS for multi-class bboxes. Args: multi_bboxes (Tensor): shape (n, #class*4) or (n, 4) multi_scores (Tensor): shape (n, #class),
mmdet_extension/models/roi_head/bbox_heads/convfc_bbox_head_base.py:76
Methodprepare_test_img
Get testing data after pipeline. Args: idx (int): Index of data. Returns: dict: Testing data after pipeline
mmdet_extension/datasets/ossod_coco.py:40
Methodprepare_test_img
Get testing data after pipeline. Args: idx (int): Index of data. Returns: dict: Testing data after pipeline
mmdet_extension/datasets/coco_nolabel.py:40
Methodprepare_test_img
(self, idx)
mmdet_extension/datasets/txt_style.py:116
Methodprepare_train_img
(self, idx)
mmdet_extension/datasets/txt_style.py:107
Methodrescale_bboxes
(self, bboxes, meta, bbox_transform)
mmdet_extension/models/detectors/semi_base.py:143
Methodreset
(self)
mmdet_extension/models/detectors/unbiased_teacher_ossod.py:77
Methodsave_checkpoint
(self, out_dir, filename_tmpl='iter_{}.pth',
mmdet_extension/core/runner/semi_runner.py:37
Methodsave_checkpoint
(self, out_dir, filename_tmpl='iter_{}.pth',
mmdet_extension/core/runner/semi_runner.py:78
Methodshuffle_data_info
(self)
mmdet_extension/datasets/ossod_coco.py:37
Methodshuffle_data_info
(self)
mmdet_extension/datasets/coco_nolabel.py:37
Methodshuffle_data_info
(self)
mmdet_extension/datasets/txt_style.py:127
Methodsimple_test_bboxes_base
(self, x, img_metas, proposals)
mmdet_extension/models/roi_head/standard_roi_head_base.py:18
Methodsplit_pos_ig
(gt_bboxes, gt_labels, with_ig_label=False)
mmdet_extension/models/detectors/semi_base.py:103
Methodterminal_width
(self)
mmdet_extension/apis/test.py:29
Methodtrain
(self, data_loader, **kwargs)
mmdet_extension/core/runner/semi_runner.py:20
Methodupdate_ann_file
(self, ann_file)
mmdet_extension/datasets/semi_dataset.py:69
← previous101–128 of 128, ranked by callers