Status: just started, fixing bugs, wanting helps
This is a Keras port of the FaceBoxes architecture introduced by Shifeng Zhang et al. in the paper FaceBoxes: A CPU Real-time Face Detector with High Accuracy.
The project refers to the SSD framework: SSD_keras
The first implementation is without density.
The faceboxes code are written in ./models/FaceBoxes.py. The training process and the setting of parameters are in ./FaceBoxes_train.py.