Ask Your Question

Revision history [back]

Creating Haar Cascade OpenCV 3.2

Hello, I'm using this command to create info file but no info created

opencv_createsamples -img Left.jpg -bg neg.txt -info info/info.lst -pngoutput info -maxxangle 0.5 -maxyangle 0.5 -maxzangle 0.5 -num 1000

neg.txt file sample is :

./openLeftEyes/Takenori_Kanzaki_0001_L.jpg
./openLeftEyes/Ciro_Gomes_0001_L.jpg
./openLeftEyes/Georgi_Parvanov_0001_L.jpg
./openLeftEyes/Richard_Tubb_0001_L.jpg
./openLeftEyes/Jennifer_Tilly_0001_L.jpg

command not showing any errors but info.lst is empty.

so any suggestion plz, Thanks in advance.