This repo is re-implementation of the paper in TensorFlow.
-
Download AFLW dataset (positive) and COCO dataset (negative) for training. Any other dataset can be used instead of COCO datset for negative one.
-
Download FDDB dataset for testing.
-
Run
data_parse.py
in thedataGen
folder before training and testing network.
12-net: python train_12net.py
24-net: python train_24net.py
48-net: python train_48net.py
12-calib net: python train_calib.py 12
24-calib net: python train_calib.py 24
48-calib net: python train_calib.py 48
hard neg db to train 24-net: python hard_neg_mining.py 24
hard neg db to train 48-net: python hard_neg_mining.py 48
python test.py
Implemented with TensorFlow and yields similar result with paper
training set: AFLW dataset(positive), COCO dataset(negative)
test set: FDDB dataset