Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many images to use for positive and negative samples when Haar training?

I have read a fair amount about Haar training and I'm not clear on how many images one should use for the positive and negative sample sets. I see it recommended to use many images, some people recommend thousands. I'm also unclear of whether the number of positive and negative sample images should be the same?

like image 716
Rhubarb Avatar asked Jan 19 '12 23:01

Rhubarb


1 Answers

Here is the best tutorial on Haar training. Have you tried this? http://note.sonots.com/SciSoftware/haartraining.html

It says they used 5000 for positive and 3000 for negative.

This link says 3000 for positive and 5000 for negative. Anyway, higher number of images improves the accuracy, but it also increases training time.

Also check other SO links here.

like image 66
Abid Rahman K Avatar answered Nov 15 '22 07:11

Abid Rahman K