The Face Detection library uses the DenseBox neural network to detect human faces. The input is a picture with the faces you want to detect and the output is a vector of the result structure containing the information of each detection box. The following image shows the result of face detection.
Figure 1. Face Detection Example
The following table lists the face detection models supported by the AI Library.
No | Model Name | Framework |
---|---|---|
1 | densebox_320_320 | Caffe |
2 | densebox_640_360 |