MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / forward_train

Method forward_train

mmdet/models/detectors/lad.py:54–92  ·  view source on GitHub ↗

Args: img (Tensor): Input images of shape (N, C, H, W). Typically these should be mean centered and std scaled. img_metas (list[dict]): A List of image info dict where each dict has: 'img_shape', 'scale_factor', 'flip', and may also co

(self,
                      img,
                      img_metas,
                      gt_bboxes,
                      gt_labels,
                      gt_bboxes_ignore=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

test_two_stage_forwardFunction · 0.45
test_detr_head_lossFunction · 0.45
test_pisa_roi_head_lossFunction · 0.45

Calls 3

extract_teacher_featMethod · 0.95
get_label_assignmentMethod · 0.80
extract_featMethod · 0.45

Tested by 7

test_two_stage_forwardFunction · 0.36
test_detr_head_lossFunction · 0.36
test_pisa_roi_head_lossFunction · 0.36