Ask Your Question

m850140's profile - activity

2016-11-04 09:01:29 -0600 commented question My Haarcascade classifier uses a vector file of -w=20, -h=20 for training. There are some false negative results when testing. Does increasing -w and -h improve performance of my Haarcascade classifier?

opencv_traincascade -data data -vec positives.vec -bg bg.txt -numPos 3519 -numNeg 1800 -numStages 10 -w 20 -h 20 -minHitRate 0.999 -maxFalseAlarmRate 0.4. This is my command for training. I'm trying to train a hand detector. Please help me!

2016-11-04 08:56:10 -0600 received badge  Editor (source)
2016-11-04 03:33:35 -0600 asked a question My Haarcascade classifier uses a vector file of -w=20, -h=20 for training. There are some false negative results when testing. Does increasing -w and -h improve performance of my Haarcascade classifier?

My Haarcascade classifier uses a vector file of -w=20, -h=20 for training. There are some false negative results when testing. Does increasing -w and -h improve performance of my Haarcascade classifier? opencv_traincascade -data data -vec positives.vec -bg bg.txt -numPos 3519 -numNeg 1800 -numStages 10 -w 20 -h 20 -minHitRate 0.999 -maxFalseAlarmRate 0.4. This is my command for training. I'm trying to train a hand detector. Please help me!