# FDDB_Evaluation **Repository Path**: Levi990223/FDDB_Evaluation ## Basic Information - **Project Name**: FDDB_Evaluation - **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-09 - **Last Updated**: 2021-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FDDB-Evaluation Python Evaluation Code for [FDDB Face Dataset](http://vis-www.cs.umass.edu/fddb/index.html) ## Usage ##### before evaluating ```` python3 setup.py build_ext --inplace ```` ##### evaluating **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 -g ```` ## Acknowledgements some code borrowed from [Widerface-Evaluation](https://github.com/wondervictor/WiderFace-Evaluation)