Mergevec.cpp possible alternative
Hi everyone!! As i was unable to get mergevec.cpp to compile, i've thought of instead of trying to merge two .vec, why not put together a .txt with the contains of two .txt
For example: i have two folders A and B, and after object-marking them i got two .txt, a.txt and b.txt // Why not creating an output.txt? The thing is, it works when creating the sample, but when i try to train them, it gives out the error: OpenCV Error: Assertion failed (tempNode->left) in write (...)
Please, any tip at all would be welcome :) Thanks.
It works if when i run the traincascade with the featureType as LBP and I DON'T specify the nstages. If i try to say i want 30 nstages, it blows ;)