create_detector

Function create_detector 

Source
pub fn create_detector(path_to_model: &str) -> Result<Box<dyn Detector>, Error>
Expand description

Create a face detector, based on a file with model description.