detector_benchmark.detector.detector_loader¶

Classes¶

Module Contents¶

class detector_benchmark.detector.detector_loader.DetectorLoader(cfg: dict, detector_name: str, device: str, weights_checkpoint: str = None, local_weights: bool = False)¶
cfg¶
detector_name¶
device¶
weights_checkpoint¶
local_weights¶
load() detector_benchmark.detector.detector.Detector¶

Load the detector based on the given configuration (init).

Returns:¶

Detector

The loaded detector