(self, detector_path)
| 268 | return detector_path |
| 269 | |
| 270 | def initDetector(self, detector_path): |
| 271 | return self.get_detector(detector_path, |
| 272 | device = self.device, |
| 273 | quantize = self.quantize, |
| 274 | cudnn_benchmark = self.cudnn_benchmark |
| 275 | ) |
| 276 | |
| 277 | def setDetector(self, detect_network): |
| 278 | detector_path = self.getDetectorPath(detect_network) |
no outgoing calls
no test coverage detected