YuxiangJohn / FaceBoxes.keras

Keras implementation of FaceBoxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Keras implementation of FaceBoxes

License:Apache License 2.0


Languages

Language:Jupyter Notebook 87.5%Language:Python 12.5%