About the training set preparation
mariolew opened this issue · 2 comments
mariolew commented
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?
MarekKowalski commented
Hi,
It's just a random large number, it was supposed to mean "all the images" ;)
Marek
mariolew commented
OK, I see.