ovl.detectors.detector module

class ovl.detectors.detector.Detector[source]

Bases: object

Detector the class that implements the Detection stage of the pipeline

The only required function is detect which should get an image and return

detect(image, *args, **kwargs) → List[Any][source]