Cannot Compile Mergevec.Cpp from Haartraining Tutorial

OpenCV mergevec issues

Someone answered this within a few hours on the opencv Q&A. If you have any OpenCV questions i highly recommend you go there first as it is much more likely that someone will answer your question on their page. Here's the answer i received.

  • You do not need to merge vec files for object classifier training using the cascade of weak classifiers approach. I keep wonder why the hell people merge vec files, and always the answer is because they want to create artificial data vectors. Avoid this at all costs if you want you models to do something with sense.

  • Skip the complete haar training interface and move on to the traincascade interface, which is better supported, more bugfree and better supported.

  • Start with the traincascade and createsamples information in the Description.

Haartraining, Why do i keep getting the error unable to read negative images

Instead make your entries in the bg file like--

1.png

2.png

3.png

4.png

....

That will do the trick

Regards



Related Topics



Leave a reply



Submit