# face-eval **Repository Path**: Levi990223/face-eval ## Basic Information - **Project Name**: face-eval - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.