Ask Your Question
0

when training for face recognition are the training images needed after?

asked 2014-03-06 09:55:43 -0600

if I train with 5000 images, can I dump the images array and continue to predict?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-03-07 02:44:25 -0600

berak gravatar image

updated 2014-03-07 02:48:41 -0600

yes, you can dump the images. the prediction is done entirely based on the trained model state.

you can save the trained model to xml/yml, (yml.gz even!), and in the next run, load it instead of re-training on the images again.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-06 09:55:43 -0600

Seen: 213 times

Last updated: Mar 07 '14