Ask Your Question

sachinom's profile - activity

2015-03-14 02:02:18 -0600 asked a question In opencv,error of assertion failed. img rows *img columns ==vecsize

In opencv,when training I am getting error of assertion failed. img rows *img columns ==vecsize. positive images of 356 and negative images of 360. done the annotation and created a vec file of size 1.14mb. When doing the training, gave numPOS as 356 and num Neg as 360 while numStages as 20. I am getting the error. Please can any body suggest me what numPos , numNeg and numStages should I keep.