I know how to run opencv_createsamples
with a single example of a positive image. How do I run it with multiple examples of positive images?
I tried creating a text file specifying all the positive images like I did with the background images, but it didn't seem to work.
I thought about running it on each file separately, but then I am left with multiple *.vec
files and have no way to combine them!