MarekKowalski/DeepAlignmentNetwork

About the training set preparation

mariolew opened this issue · 2 comments

In TrainingSetPreparation.py, I found that
trainSet.PrepareData(imageDirs, None, meanShape, 100, 100000, True),
However, there are only about 3400 images in the 300W dataset, why did you set the nImgs=100000?

Hi,

It's just a random large number, it was supposed to mean "all the images" ;)

Marek

OK, I see.