Ask Your Question
1

Best face detection algorithms

asked 2015-10-20 19:00:56 -0600

DSYR gravatar image

updated 2016-09-14 19:24:05 -0600

Is there any other algorithms for face detection other than viola jones , or viola jones are the best algorithm out of every algorithm regarding face detection ? Because as far i am studying about it , i studied that viola jones need straight front face to detect the image but what if some one has a bit different angle towards camera ? or different lighting condition ? or if someone changes his/her hairstyle ? wear glasses of different shapes, So which algorithm is better in the scenario where we face such things. Thank you

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2015-10-21 02:25:32 -0600

updated 2015-10-21 04:06:06 -0600

See for example PICO

N. Markus, M. Frljak, I. S. Pandzic, J. Ahlberg and R. Forchheimer, "Object Detection with Pixel Intensity Comparisons Organized in Decision Trees", http://arxiv.org/abs/1305.4537

implementation: https://github.com/nenadmarkus/pico

image description

Also, you can see here (http://vis-www.cs.umass.edu/fddb/resu...) a face detection data set and benchmarks. Based on the ROC curves, best two algorithms seem to be (if I'm not wrong):

(both based on deep learning)

edit flag offensive delete link more

Comments

Thank you for your reply, I am trying this algorithm sample as well, but its not working on its output path when i give it to 'D:\' . Can you please just guide me on it

DSYR gravatar imageDSYR ( 2015-12-08 14:40:55 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-10-20 19:00:56 -0600

Seen: 1,323 times

Last updated: Oct 21 '15