Error in createsamples (cvSetImageROI)
Hi , I m trying to create a vec file from a collection of images but I always got this error :(
my data fowlder is organised like this
../Traincascade/Positives/
positives_001.jpg
...
positives_172.jpg
and my description file is
I must precise that I resised all images at a 30*30 px (it makes the dec file easier to create) , maybe it causes this error? I really can't see where I m doing wrong :( so let me know if you find out :)
Looking forward to your answers, Regards, Luc
A couple of things: 1) you wrote
-vec positives_vec
and it should be-vec positives.vec
, and 2) try to use full paths instead of relative paths, sometimes that works. The resizing shouldn't be the problem