/FaceBoxes.keras

Keras implementation of FaceBoxes

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

FaceBoxes implementation in Keras


Status: just started, fixing bugs, wanting helps

Overview

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.

FaceBoxes Framework

Content

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.