how to stop haar training midway?mine is taking much time
i want to use that xml file created midway...as my prject is due soon..anyone who knows..pliz help:))
i want to use that xml file created midway...as my prject is due soon..anyone who knows..pliz help:))
Asked: 2014-05-12 20:39:46 -0600
Seen: 844 times
Last updated: May 12 '14
Is HaarDetectObjects rotation invariant ?
Object Detection Positive Samples Background
Face Databases used for trainingfaces_24-24.vec
Custom Haar-like features and source code
Question about the describe parameter of the files used in performance when doing haartraining?
Traincascade implementation doubts
Very simple TrainCascade not working
OpenCV_traincascade giving a lot of false positives
HaarTraining: Find detected object with highest score
HaarTraining: Best way to minimally crop +ve images (for efficient detection)
alberta, please, - less ascii garbage, put more love into it.
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.
k thnx i ll c if it wrks