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