How do I run opencv_createsamples with multiple positive images?
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 want to generate multiple positive images using my few (5) sample images, so simply using an info file will not work (as I will need more than 5 positive images!).
I've thought about running it on each file separately, but then I am left with multiple *.vec
files and have no way to combine them!
I think you're supposed to run opencv_createsamples with a text file that contains multiple images names.
try this: https://github.com/wulfebw/mergevec