Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asking for meta and sizes #20

Closed
DecentMakeover opened this issue Mar 1, 2019 · 8 comments
Closed

Asking for meta and sizes #20

DecentMakeover opened this issue Mar 1, 2019 · 8 comments

Comments

@DecentMakeover
Copy link

i am trying to train the network on lfw,

my folder structure looks like

$RootFolder/data/train, $RootFolder/data/val, $RootFolder/data/test

but when i run train.py , i get

FileNotFoundError: [Errno 2] No such file or directory: '/media/ryan/shakira/face.evoLVe.PyTorch/data/lfw/meta/sizes'

Am i missing something?

Thanks in advance.

@ZhaoJ9014
Copy link
Owner

Hi, I have checked the released lfw data, and did not find any problem. The error shows that you may have a wrong path, please re-check it to solve the problem. Or you can use other dataset for debug first.

@sankovalev
Copy link

i am trying to train the network on lfw,

my folder structure looks like

$RootFolder/data/train, $RootFolder/data/val, $RootFolder/data/test

but when i run train.py , i get

FileNotFoundError: [Errno 2] No such file or directory: '/media/ryan/shakira/face.evoLVe.PyTorch/data/lfw/meta/sizes'

Am i missing something?

Thanks in advance.

You should download the dataset from here: https://github.com/TreB1eN/InsightFace_Pytorch#323-prepare-dataset--for-training

@Arctanxy
Copy link

I met the same problem, there's no meta/sizes in my lfw dataset.

@JerryHanZD
Copy link

Anyone selved this problem? I met the same one.

@iamadog3333
Copy link

When train on LFW. I also met the problem.

FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/zhangqiang/Downloads/gitProject/face.evoLVe.PyTorch-master/data\lfw\meta\sizes'

@iamadog3333
Copy link

does the lfw dataset have the meta ? I can not unzip your lfw_alighed_112 on baidu yunpan. also ,when I open it with rar(note just open), it's name is casia???

This repo use the data prepared like this. It will solve the problem.
https://github.com/TreB1eN/InsightFace_Pytorch#323-prepare-dataset--for-training

@borhanreo
Copy link

I am facing the same problem. Anyone solved this problem?

@iamadog3333
Copy link

This repo use the data prepared like this. It will solve the problem.
https://github.com/TreB1eN/InsightFace_Pytorch#323-prepare-dataset--for-training

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants