FaceDatasets
FaceDatasets copied to clipboard
Some scripts to process face datasets.
In FaceDatasets/CASIA/webface_lfw_overlap_detail.txt Michael B. Jordan (actor, from webface) and Michael Jordan (basketball player, from lfw) marked as the same person while they are not.
Can u share the list ? Thanks a lot.
王老师,您好! 根据您相关文件说明 webface和lfw有17个人重叠(/CASIA/webface_lfw_overlap.txt) vgg2和lfw有594个人重叠(/VGGFace2/vggface2_lfw_overlap.txt) 我想请教的是webface和vgg2之间也有重叠吗?这两个数据集是否可以放一起作为训练集? megaface的训练集特别大,470万张图片,672057个人,王老师有没有查找过这个集和LFW的重叠部分? 如果能把webface+vgg2+megaface这三个集放一起作为训练集,那人数还是挺大的。
For FaceDatasets/VGGFace2/[vggface2_lfw_overlap.txt](https://github.com/happynear/FaceDatasets/blob/master/VGGFace2/vggface2_lfw_overlap.txt), there's a duplicate of id 'n008491' (line549 & 550).
大神你好,执行align_facescrub_failures,当我读取facescrub中的图像时,遇到JPEG images with CMYK colorspace are not currently supported,发现是'James Marsden_26686.jpg‘不能用imread读取,这个怎么回事,你如何解决的呢?
Hi all, I am new to Ms-celeb-1M. after I extracted images from the tsv file, I found that the images in a single sub folder always belong to different person,...
在MatMTCNN调用init_model时,MATLAB会直接中断,转到VS2013下调试,会出现'0x00007FFBF851B70E (ucrtbase.dll) (MATLAB.exe 中)处有未经处理的异常: 请求了严重的程序退出.'这一问题。 虽然没有使用作者的github源码编译caffe,但是缺少的库最终都通过各种方式找到并且成功编译MatMTCNN。 并且测试时MatMTCNN调用SetThreshold完全没有问题。 所以不太清楚出现这个问题是哪里出错导致的。
I made simple modification to your code, and found there are about 140 overlapping subjects between these two datasets.
大神你好: 请问你是怎么处理VGGFACE2的图片的, 里面有些图片有两个人脸... 需要使用mtcnn先检测在校正一下吗?