Vehicle Side View, Cascade Classifier

asked 2016-07-30 08:21:14 -0600

IT gravatar image

updated 2016-07-30 13:32:41 -0600

Hello All,

Please where could I find the cascade classifier xml for the side view of a car? Kindly advise the url. Also what other detector algorithm would be suitable to detect the side view of a car?

Thank you.

Regards, IT

edit retag flag offensive close merge delete

Comments

1

There is no side view vehicle pre-trained cascade model. You will have to train your own model.

LorenaGdL gravatar imageLorenaGdL ( 2016-07-30 14:04:37 -0600 )edit

Thank you LorenaGdL for a response. What resource material could I use to learn how to train on Android?

IT gravatar imageIT ( 2016-07-30 17:35:21 -0600 )edit
2

You don't have to train it on Android. You can train it on your computer and just use the cascade.xml file for recognition on Android. Check this out, it is a well explained tutorial to train your model. https://pythonprogramming.net/haar-ca...

pedro gravatar imagepedro ( 2016-07-30 18:21:28 -0600 )edit