how to stop haar training midway?mine is taking much time

asked 2014-05-12 20:39:46 -0600

updated 2014-05-13 00:57:27 -0600

berak gravatar image

i want to use that xml file created midway...as my prject is due soon..anyone who knows..pliz help:))

edit retag flag offensive close merge delete

Comments

alberta, please, - less ascii garbage, put more love into it.

berak gravatar imageberak ( 2014-05-13 00:41:23 -0600 )edit

yes, you can break it midway, and continue later. you're loosing the current training stage though.

if you started it with -num_stages=20, and break at stage 14, resend your cmdline with -num_stages=13. this will generate a cascade.xml with the 13 working stages. you can run your tests with that and later restart the training with -num_stages=20 again.

also, the haar_training tool is being replaced by the cascadetraining one, which also can train HOG or LBP cascades, you probably should use that instead.

berak gravatar imageberak ( 2014-05-13 01:03:14 -0600 )edit

k thnx i ll c if it wrks

alberta_008 gravatar imagealberta_008 ( 2014-05-18 08:26:49 -0600 )edit