hqli / face_recognition

使用webface人脸数据集以及DeepID网络,通过Caffe训练出模型参数,得到LFW二分类的人脸识别准确率。
291 stars 173 forks source link

请问这个报错是什么原因呢? #13

Open zengzhen319 opened 7 years ago

zengzhen319 commented 7 years ago

首先是有大量图片读不出来: E0522 08:28:06.982565 171153 io.cpp:80] Could not open or find file /home/ZengZhen/caffe-master/data/croped1/0000247/013.jpg 52 只读出少部分图片,我是用作者推荐的预处理工具进行处理的,然后最后报了如下错: F0518 23:16:59.504396 140297 io.cpp:54] Check failed: fd != -1 (-1 vs. -1) File not found: /home/ZengZhen/caffe-master/examples/deepID/57/deepID_57_mean.binaryproto 麻烦作者了,不胜感激!

LXWDL commented 7 years ago

请问你这个问题解决了吗?我遇到了同样的问题

yidian7 commented 7 years ago

我也遇到了同样的问题,有解决了的嘛,我用的是lfw的测试库图像

SelenaKong commented 6 years ago

是因为这些图片确实不存在,图片预处理后,一些图片识别识别后,就不会存在croped目录的,divide数据我是自己写的,所以训练没有什么问题的,建议自己写这块

Sunyouteng commented 6 years ago

the reason is not that the pictures dont exist. they really exist. in pythoncode NO142 144. change '\t' into ' '. Because the '\t' can not been read by Linux