FDDB人脸检测测试集使用方法
以YSQ人脸检测算法为例,测试其在FDDB上的精度。(其它算法可以自行生成检测结果,从第二步开始看)一、生成FDDB人脸检测数据使用ShiqiYu/libfacedetection项目,在windows下跑FDDB数据集。直接修改example/libfacedetect-example.cpp即可#include <stdio.h>#include <fstre...