chengzhengxin / sdm

Supervised Descent Method Apply to Face Alignment, and Head Pose Estimation with Linear Regression. It is cross-platfrom, easily compile in windows, ubuntu, even in Android & iOS.
449 stars 197 forks source link

Training sample size #21

Closed cpfe532 closed 7 years ago

cpfe532 commented 7 years ago

I am running the training code. I know the training sample size is related to time needed and memory usage. I tried all 2000 samples but still got memory not enough error. May I know what training sample size you used?

chengzhengxin commented 7 years ago

I used 6666 samples to train my model, and my machine's memory is 32G

cpfe532 commented 7 years ago

Thanks, I tried 500 only which is the size I can use for training, but the detection result is horrible. Let me try all 6666 samples and see what I can get.