Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 754 Bytes

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.