Python Evaluation Code for FDDB Face Dataset
python3 setup.py build_ext --inplace
GroungTruth: under the ground_truth
Notice:
The prediction directory should be like widerface dataset.
I generate the fake prediction result under pred_sample
for you reference.
python3 evaluate.py -p <your prediction dir> -g <groud truth dir>
some code borrowed from Widerface-Evaluation