opencv_createsamples question on file format
Hello,
I want to train samples via the opencv_createsamples
utility and the desired object is on the entire image. Can I use this format for positives.txt
:
./img1.jpg
./img2.jpg
instead of this ? :
./img1.jpg 1 0 0 <height1> <width1>
./img2.jpg 1 0 0 <height2> <width2>
Thanks
Yes,you can use that format too.