hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haar Cascade Classifier

mmtaksuu opened this issue · comments

Hi,
I wonder how many photos did you use for your classifier?
What did you choose for sample width and height?
Did you use any other features for your classifier?
Thanks for your help...

@mmtaksuu Don't quite remember, but definitely below 100, perhaps 40 to 60 images. Dimension is small, 25x25 for stop sign, 25x45 for traffic light. I followed this tutorial.