Awesome
README
This README shows how to plot the AP curves for several methods on PASCAL faces, AFW and fddb as described in:
Face detection without bells and whistles, M. Mathias, R. Benenson, M. Pedersoli, L. Van Gool, ECCV 2014 http://markusmathias.bitbucket.org/2014_eccv_face_detection/
How to execute the code?
Once cloned the repository you can already plot the curves using for PASCAL faces: python plot_AP.py
for AFW: python plot_AP.py --dataset AFW
and for fddb: python plot_AP_fddb.py
Check: python plot_AP.py --help
for the available options.