MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / testRetinaNet

Method testRetinaNet

tests/test_export_caffe2.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self._test_model("COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml", device="cuda")
66
67 def testRetinaNet(self):
68 self._test_model("COCO-Detection/retinanet_R_50_FPN_3x.yaml")
69
70 def testPanopticFPN(self):
71 self._test_model("COCO-PanopticSegmentation/panoptic_fpn_R_50_3x.yaml")

Callers

nothing calls this directly

Calls 1

_test_modelMethod · 0.95

Tested by

no test coverage detected