Talgin / preparing_data

Data preparation to use with our deep learning face recognition system
53 stars 19 forks source link

IndexError: list index out of range #1

Open 2151330 opened 5 years ago

2151330 commented 5 years ago

I had a problem generating pair.txt files for my data set.Can you help me? image

saadnajib commented 3 years ago

It is because your folders naming is like "firstname_lastname" where as for this file to run it requires naming format like "firstname_lastname_count" Rename images in the folder according to LFW format: Name_Surname_0001.jpg, Name_Surname_0002.jpg, etc.