Ask Your Question

Mohamed Slama's profile - activity

2017-03-03 08:46:25 -0600 commented answer Creating Haar Cascade OpenCV 3.2

Hello, Thanks sir for advise i'll try this solution and write you a comment when i finish i think the answer is correct so i will mark as solved. i'm following form this tutorial: https://pythonprogramming.net/haar-ca... so, i only copied and pasted the command any suggestion for another tutorial ?? i'm working on a project to detect drowsy drivers Thanks.

2017-03-03 08:46:08 -0600 received badge  Scholar (source)
2017-03-03 04:03:14 -0600 asked a question 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.