Hello !
I'm using OpenCV 3.4.1, compiled on Ubuntu 17.10.
I try to reproduce tutorial, but when i launch opencv_createsamples -img watch5050.jpg -bg bg.txt -info info/info.lst -pngoutput info -maxxangle 0.5 -maxyangle 0.5 -maxzangle 0.5 -num 1950
, i get this output :
Info file name: info/info.lst
Img file name: watch5050.jpg
Vec file name: (NULL)
BG file name: bg.txt
Num: 1950
BG color: 0
BG threshold: 80
Invert: FALSE
Max intensity deviation: 40
Max x angle: 0.5
Max y angle: 0.5
Max z angle: 0.5
Show samples: FALSE
Width: 24
Height: 24
Max Scale: -1
RNG Seed: 12345
Create test samples from single image applying distortions...
Open background image: neg/78.jpg
Erreur du bus (core dumped)
I search for hours on google, stack overflow, github issues, and didn't find any solution. So , i would appreciate any assistance on this matter, thank you !