(self)
| 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") |
nothing calls this directly
no test coverage detected