Training an existing classifier

asked 2015-11-15 04:29:53 -0600

jon889 gravatar image

I'm trying to detect the eyes and nose of a user, and it works reasonably well. But there are often frames in which the features are not detected. The application only has to track one user, that user never changes for the computer the software is running on.

Is it possible to take images of the eyes that the generic eye classifier finds and train the classifier with the user's specific eyes, as that should make it possible to detect the eyes in more frames. (The same goes for the nose as well).

edit retag flag offensive close merge delete

Comments

1

alternatively to cascade classifiers, try landmarks, like faceX , or dlib's, or flandmark

berak gravatar imageberak ( 2015-11-15 04:46:13 -0600 )edit

Or do a google search on the newly released packtpub book "Opencv 3 Blueprints" that has been just released! It has a chapter that discusses the use of opencv and flandmark combined!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-11-15 06:27:36 -0600 )edit