is module enabled?
minimum overlap between two detected faces before one is discarded
should child models perform on masked image of a face
maximum number of detected faces
minimum confidence for a detected face before results are discarded
minimum size in pixels of a detected face box before resutls are discared
path to model json file (relative to modelBasePath
should face detection return processed and cropped face tensor that can with an external model for addtional processing? if enabled it must be manually deallocated to avoid memory leak
is face rotation correction performed after detecting face? used to correctly analyze faces under high angles
how much should face box be enlarged over the min/max facial coordinates
how many max frames to go without re-running model if cached results are acceptable for two-phase models such as face and hand caching applies to bounding boxes detection only
how many max milliseconds to go without re-running model if cached results are acceptable for two-phase models such as face and hand caching applies to bounding boxes detection only
automatically pad image to square
Detector part of face configuration