class_<cnn_face_detection_model_v1>("cnn_face_detection_model_v1","This object detects human faces in an image. The constructor loads the face detection model from a file. You can download a pre-trained model from http://dlib.net/files/mmod_human_face_detector.dat.bz2.",init<std::string>())
class_<cnn_face_detection_model_v1>("cnn_face_detection_model_v1","This object detects human faces in an image. The constructor loads the face detection model from a file. You can download a pre-trained model from http://dlib.net/files/mmod_human_face_detector.dat.bz2.",init<std::string>())