unsupervised clustering of faces from a video

asked 2016-03-10 00:46:47 -0600

I am trying to make a database of faces from a video sample offline. It should crop out an individual and put the same individual in specific folders from all the frames. SO basically the question is classification of all the faces into folders captured in video.

More than one approach is welcome.

edit retag flag offensive close merge delete

Comments

what have you tried so far ?

berak gravatar imageberak ( 2016-03-10 02:20:10 -0600 )edit

i have tried detecting faces using Haar cascade and then classifying the faces using kmeans algorithm on their histogram..

mr.naseem gravatar imagemr.naseem ( 2016-03-31 04:56:23 -0600 )edit