Open N0ODle opened 4 years ago
the DATA_ROOT is root for your dataset and 'img' change for 'lfw' and so on
Hi @N0ODle @congheng, I am trying to train a dataset, I am not able to figure out the data format required for training, currently my data is inside
D:/face.evoLVe.PyTorch/data/dataV1/ Inside dataV1 directory the data is as follows: -> id1/ -> 1.jpg -> ... -> id2/ -> 1.jpg -> ... -> ... -> ... -> ... Data is already aligned, resized to 112 using the align script provided in repo. When I run train.py, I am getting file not found error, I saw lot of people are facing the same issue, not being able to get the correct data format.
It would help a lot of people if you can guide how to get the correct dataset format for training. Help would be much appreciated, thank you.
Can anyone show me how to correctly format the database folder because I keep running into errors.