Draft: improve detectors design
- changes .cwd() into a staticmethod
- adds detector_output_path property to handle default detector's path (depending on the detector it may be more or less configurable with its CLI) in a clearer way when processing results
- preprocessing: declare attribute type and move cleanup in base Detector class