LFW人脸数据库的简介
LFW人脸数据库的简介
LFW (Labled Faces in the Wild)人脸数据集:是目前人脸识别的常用测试集,其中提供的人脸图片均来源于生活中的自然场景,因此识别难度会增大,尤其由于多姿态、光照、表情、年龄、遮挡等因素影响导致即使同一人的照片差别也很大。并且有些照片中可能不止一个人脸出现,对这些多人脸图像仅选择中心坐标的人脸作为目标,其他区域的视为背景干扰。LFW数据集共有13233张人脸图像,每张图像均给出对应的人名,共有5749人,且绝大部分人仅有一张图片。每张图片的尺寸为250X250,绝大部分为彩色图像,但也存在少许黑白人脸图片。
A database of face photographsdesigned for studying the problem of unconstrained face recognition.The data set contains more than 13,000 images of faces collected fromthe web. Each face has been labeled with the name of the personpictured. 1680 of the people pictured have two or more distinct photosin the data set. The only constraint on these faces is that they weredetected by the Viola-Jones face detector. More details can be foundin the technical report below. There are now four different sets of LFW images including the original and three different types of “aligned” images.The aligned images include “funneled images” (ICCV 2007), LFW-a, which uses an unpublished method of alignment,and “deep funneled” images (NIPS 2012). Among these, LFW-a and the deep funneled images produce superior results for most face verification algorithms over the original images and over the funneled images (ICCV 2007).
Labeled Faces in the Wild官网:http://vis-www.cs.umass.edu/lfw/
这个集合被广泛应用于评价 face verification算法的性能。
这些数据集唯一的限制就是它们可以被经典的Viola-Jones检测器检测到(a hummor)。图像如下图所示
1、LFW数据集的重要意义
可以看出,在LFW 数据库中人脸的光照条件、姿态多种多样,有的人脸还存在部分遮挡的情况,因此识别难度较大。现在, LFW 数据库性能测评已经成为人脸识别算法性能的一个重要指标。
LFW人脸数据库的安装
下载链接:http://vis-www.cs.umass.edu/lfw/index.html#download
LFW人脸数据库的使用方法
ML之SVM:调用(sklearn的lfw_people函数在线下载55个外国人图片文件夹数据集)来精确实现人脸识别并提取人脸特征向量.
总结
以上是生活随笔为你收集整理的LFW人脸数据库的简介的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 神经网络CNN解释
- 下一篇: mysql 5.7 super_MySQ