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

Method aug_test

mmdet/models/detectors/centernet.py:54–111  ·  view source on GitHub ↗

Augment testing of CenterNet. Aug test must have flipped image pair, and unlike CornerNet, it will perform an averaging operation on the feature map instead of detecting bbox. Args: imgs (list[Tensor]): Augmented images. img_metas (list[list[dict]]):

(self, imgs, img_metas, rescale=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

merge_aug_resultsMethod · 0.95
bbox2resultFunction · 0.90
flip_tensorFunction · 0.85
catMethod · 0.80
getMethod · 0.80
extract_featMethod · 0.45
get_bboxesMethod · 0.45

Tested by

no test coverage detected